export declare const getDefaultAudioCodec: ({ container, }: { container: "mp4" | "wav" | "webm"; }) => "aac" | "opus" | "wav";