/**
 * @example import { tagged as html } from 'foxts/tagged';
 */
declare function tagged(string: TemplateStringsArray, ...values: any[]): string;

export { tagged };
