import { ReplayWorkerOptions } from '../worker-options'; /** * Start a replayer for debugging purposes. * * Use this method to integrate the replayer with external debuggers like the Temporal VS Code debbuger extension. */ export declare function startDebugReplayer(options: ReplayWorkerOptions): void;