import type { RecipeArtifactRecorderTarget } from '@farmslot/protocol'; import type { RecordingTarget, VideoRecorder } from '../core/types.js'; export interface CaptureHelperVideoRecorderOptions { captureHelperPath?: string; stopTimeoutMs?: number; } export declare function createCaptureHelperVideoRecorder(options?: CaptureHelperVideoRecorderOptions): VideoRecorder; export declare function manifestTarget(target: RecordingTarget): RecipeArtifactRecorderTarget; export declare function errorMessage(error: unknown): string; //# sourceMappingURL=capture-helper.d.ts.map