/**
 * Initialize the session recording feature.
 */
declare function initRecording(maxDuration?: number): Promise<void>;
export { initRecording };
