export declare const checkRegex: (regex: string, value: string, parsedRepeat?: number) => boolean;
