export declare const formatCSS: (css: string | null | undefined) => Promise; export declare const formatHTML: (html: string | null | undefined) => Promise; export declare const formatJS: (js: string | null | undefined) => Promise; export declare const formatMD: (md: string | null | undefined) => Promise; //# sourceMappingURL=format.d.ts.map