export declare const escapeForDoubleQuotes: (str: string) => string; export declare const escapeForTemplateString: (str: string) => string; export declare const toJSIdentifier: (str: string) => string; //# sourceMappingURL=escape.d.ts.map