export declare function toRegExp(value: unknown): RegExp; export declare function regExpFromString(value: string): RegExp;