import type { Options } from './types.js'; export default function createWriteStream(dest: string, options_: Options): NodeJS.WritableStream;