import type { Writable } from 'stream';
import type { Options } from './types.ts';
export default function createWriteStream(dest: string, options_: Options): Writable;
