export declare const isValidRegex: (str: string) => boolean;
export declare const isMatchingRegex: (value: string, pattern: string) => boolean;
