import { BitDepth, EncodingType } from '../ExpoAudioStream.types'; export declare const encodingToBitDepth: ({ encoding, }: { encoding: EncodingType; }) => BitDepth; //# sourceMappingURL=encodingToBitDepth.d.ts.map