declare const faust2wavFiles: ( inputFile: string, inputWav: string, outputWav: string, bufferSize?: number, sampleRate?: number, samples?: number, bitDepth?: number, argv?: string[] ) => Promise; export default faust2wavFiles;