import { CaptureOptions } from '../../../types.js';
export declare function captureHandler({ workerId, options }: {
    workerId: number;
    options?: CaptureOptions;
}): void;
