import type * as fc from "fast-check"; export type { Arbitrary } from "fast-check"; type FC = typeof fc; export type { FC }; export declare const ALPHABET = "abcdefghijklmnopqrstuvwxyz"; export declare const ALPHABET_UC: string; export declare const UC_alphabet: (min: number, max: number) => (fc: FC) => fc.Arbitrary; export declare const LC_alphabet: (min: number, max: number) => (fc: FC) => fc.Arbitrary; export declare const Numbers: (min: number, max: number) => (fc: FC) => fc.Arbitrary; //# sourceMappingURL=FastCheck.d.ts.map