declare function writeFile(filename: string, content: string | Uint8Array): void;

export { writeFile };
