/** * Write JSON file */ declare function writeJSONFile(filename: string, data: unknown): Promise; export { writeJSONFile };