import { ChannelOutput } from './ChannelOutput'; import { ChannelTranscoding } from './ChannelTranscoding'; export declare class ChannelOutputRecording extends ChannelOutput { autostart?: boolean; bufferDuration?: number; bufferStorage?: string; segmentDuration?: number; storage?: string; transcodings?: ChannelTranscoding[]; constructor(src: ChannelOutputRecording); }