export declare function regexr(literals: T, ...substitutions: any[]): RegExp; export declare const r: typeof regexr; export declare const escape: (string: string) => string; export declare const e: (string: string) => string; export declare const version = "2.0.4"; //# sourceMappingURL=index.d.ts.map