export declare const HtmlSerializer: {
    print: (val: unknown) => string;
    test: (val: any) => boolean;
};
