import { WriterOptions } from "./options"; import { Writer } from "./writer"; export declare const writerFactory: (options: WriterOptions) => Writer;