import { BitDepth, SampleRate } from './ExpoAudioStream.types'; export declare const isWeb: boolean; export declare const DEBUG_NAMESPACE = "expo-audio-stream"; export declare const RIFF_HEADER = 1380533830; export declare const WAVE_HEADER = 1463899717; export declare const FMT_CHUNK_ID = 1718449184; export declare const DATA_CHUNK_ID = 1684108385; export declare const INFO_CHUNK_ID = 1229866575; export declare const DEFAULT_SAMPLE_RATE: SampleRate; export declare const DEFAULT_BIT_DEPTH: BitDepth; //# sourceMappingURL=constants.d.ts.map