declare function escape(str: string): string; declare const _default: { escape: typeof escape; }; export default _default; //# sourceMappingURL=runtime.d.ts.map