export interface MediaInfo {
    audioChannels: number;
    audioCodec: string;
    videoCodec: string;
}
//# sourceMappingURL=MediaInfo.d.ts.map