export declare const printers2: {
    "liquid-html-ast": import("prettier").Printer<import("../types").LiquidHtmlNode> & {
        preprocess: any;
    } & {
        getVisitorKeys: any;
    };
};
export declare const printers3: {
    "liquid-html-ast": import("prettier3").Printer<import("../types").LiquidHtmlNode> & {
        preprocess: any;
    } & {
        getVisitorKeys: any;
    };
};
