import { Item } from './Item'; export declare class ChannelTranscoding extends Item { audioFormat?: string; bitrate?: number; bitrateVariation?: number; copySubtitles?: boolean; deinterlace?: boolean; height?: number; rotation?: string; videoFormat?: string; width?: number; constructor(src: ChannelTranscoding); }