import type { Random } from "../types.js"; export declare function generateFromRegex(pattern: string, random: Random): string; //# sourceMappingURL=regex-gen.d.ts.map