/**
 * Format code with Prettier
 * If it can't format, it just returns original code
 * @link https://prettier.io/docs/en/options.html#parser
 */
export declare function formatHtmlCode(code: string): string;
export default formatHtmlCode;
//# sourceMappingURL=prettier-format.d.ts.map