export default function writeToFile(filename: any, data: any): Promise<unknown>;
