/** * Play an AudioBuffer stream to the node speakers. * Use for line checking/debugging only. */ declare function lineCheck(stream: any, sampleRate?: number, bitDepth?: number): void; export default lineCheck;