import { Writable } from "node:stream"; export declare function write(data: string, out: Writable): Promise; //# sourceMappingURL=write.d.ts.map