import { spawn } from "node:child_process"; export { startRecording }; declare function startRecording({ config, context, step, driver, recordingHost, appSession, deps, }: { config: any; context: any; step: any; driver: any; recordingHost?: any; appSession?: any; deps?: { spawn?: typeof spawn; getFfmpegPath?: (ctx: { cacheDir?: string; }) => Promise; }; }): Promise; //# sourceMappingURL=startRecording.d.ts.map