export = format;
declare function format(html: string, indent?: string, width?: number): string;
declare namespace format {
    export { format as default };
}
