export declare class SoundCodec extends Object {
    static NELLYMOSER: string;
    static SPEEX: string;
    static PCMA: string;
    static PCMU: string;
    constructor();
}
