export declare function checkWaveFile(waveFile: any, engineSampleRate: number): boolean; export declare function getInt16Frames(waveFile: any, frameLength: number): Int16Array[]; //# sourceMappingURL=wave_util.d.ts.map