/** * Write data to a file across different runtimes. * Supports Node.js, Deno, and Bun environments. */ export declare function writeFileData(path: string, data: Uint8Array): Promise; //# sourceMappingURL=write.d.ts.map