/**
Enable highlighting/prettifying when used as html`
` or css`.a {}`
https://prettier.io/docs/en/options.html#embedded-language-formatting
*/
declare const any: (raw: TemplateStringsArray, ...keys: string[]) => string;
export { any, any as html, any as css, any as gql, any as graphql, any as md, any as markdown, any as sql, };