import { Codec } from './config';
export declare const isAudioCodec: (codec: Codec | undefined) => boolean;
