export interface VideoEncoderConfiguration { width: number; height: number; frameRate: number; bitrateMax: number; } export declare type VideoEncoderConfigurationPreset = '480p_2'; export declare const LowQualityConfig: VideoEncoderConfiguration; //# sourceMappingURL=video.d.ts.map