export declare function regEx(pattern: string, flags?: string): RegExp; export declare function escapeRegExp(input: string): string;