export declare const pretty: (html: any, options?: {
    wrap_line_length: number;
    wrap_attributes: string;
}) => any;
export default pretty;
