import { WriterOptions } from "./options"; export declare type Writer = (content: string, options: WriterOptions) => void;