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