import type { RecordingState } from "../recorder-state.js"; export declare function getActive(): RecordingState | null; export declare function setActive(v: RecordingState | null): void; export declare function isRecording(): boolean; export declare function captureStep(action: string, args: Record, depth: number): void; //# sourceMappingURL=capture.d.ts.map