import { type IClientFile } from "./client_file.js"; export declare function writeOPCUAFile(clientFile: IClientFile, filePath: string, { chunkSize }: { chunkSize?: number; }): Promise; //# sourceMappingURL=write_file.d.ts.map