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