import { regexGeneratorOptions } from "../types/regexGenerator";
export declare function regexGenerator(options: regexGeneratorOptions): void;
