import type { Writable } from 'stream';
import type { OptionsInternal } from '../../types.js';
export default function createWriteEntriesStream(dest: string, options?: OptionsInternal): Writable;
