import { WriteStream } from '../../types'; export declare const writeStream: (stream: WriteStream, content: string) => Promise;