export { stopRecording }; declare function stopRecording({ config, step, driver, deps, }: { config: any; step: any; driver: any; deps?: { platform?: string; detectDisplayPointSize?: () => Promise<{ w: number; h: number; } | null>; }; }): Promise; //# sourceMappingURL=stopRecording.d.ts.map