import MonoRecording from './mono-recording'; export declare function startRecording(maxLengthSeconds?: number): Promise; export declare function stopRecording(): void;