declare type File = any; declare function writeToOutput(outputDir: string, fileName: string, blob: File): void; export default writeToOutput;