/**
 *  Disable sampling mousemove events on iOS browsers as this can cause blocking the main thread
 *  https://github.com/getsentry/sentry-javascript/issues/14534
 */
export declare function getRecordingSamplingOptions(): Partial<{
    sampling: {
        mousemove: boolean;
    };
}>;
//# sourceMappingURL=getRecordingSamplingOptions.d.ts.map
