/// /// import type { WriteStream } from 'node:fs'; export declare function writeStream(data: any, stream: NodeJS.WriteStream | WriteStream): any;