export declare const splitRegexPattern: (pattern: string) => string[];
export declare const generateSubRegexes: (pattern: string) => string[];
