import type { Format, PrettyHtmlOptions } from './types';
export declare const createFormatter: (options: PrettyHtmlOptions) => Format;
