import { Buffer } from "buffer";
export default class Pretty {
    static html(html: string): Buffer;
    static json(json: any): Buffer;
}
