/** * Minimalist, high-speed HTML/SVG escaping. */ export declare function esc(str: unknown): string; //# sourceMappingURL=escape.d.ts.map