export declare type RegExErrorReason = 'INVALID' | 'NULL' | 'UNKNOWN';
