import { RecordingOptions, WebrtcCallRecordingType } from "./RecordingOptions"; export declare class WebrtcCallRecordingOptions extends RecordingOptions { constructor(type?: WebrtcCallRecordingType); }