import type Faker from "faker"; import type * as FC from "fast-check"; declare let faker: typeof Faker; export declare function setFaker(f: typeof Faker): void; export declare function getFaker(): Faker.FakerStatic; export declare const fakerToArb: (fakerGen: () => ReturnType) => (fc: typeof FC) => FC.Arbitrary; export {}; //# sourceMappingURL=faker.d.ts.map