export declare const WildCard: { isWildCard: (obj: string) => boolean; toRegex: (lookupText: string, flags?: string) => RegExp; };