import type { Integration } from '@sentry/core'; import type { AnrIntegrationOptions } from './common'; export declare const base64WorkerScript = "###AnrWorkerScript###"; type AnrInternal = { startWorker: () => void; stopWorker: () => void; }; type AnrReturn = (options?: Partial) => Integration & AnrInternal; export declare const anrIntegration: AnrReturn; export declare function disableAnrDetectionForCallback(callback: () => T): T; export declare function disableAnrDetectionForCallback(callback: () => Promise): Promise; export {}; //# sourceMappingURL=index.d.ts.map