export declare enum SoundEncoding {
    Raw = "Raw",
    Signed = "Signed",
    MuLaw = "MuLaw",
    ALaw = "ALaw"
}
