declare class FileUtils {
    static createFile(outputAudioPath: string, data: string | Buffer): void;
}
export { FileUtils };
