export declare type regexGeneratorOptions = {
    charGroupReplacement?: string;
};
