import { Factory } from "fishery";
/**
 * Define a new mock factory. This will return the Fishery factory's `build`
 * function.
 */
export declare function define<T, I = any>(...args: Parameters<typeof Factory.define<T, I>>): (attributes?: Parameters<(params?: import("fishery").DeepPartial<T> | undefined, options?: import("fishery").BuildOptions<T, I> | undefined) => T>[0], transient?: Parameters<(transient: Partial<I>) => Factory<T, I, T>>[0]) => T;
//# sourceMappingURL=define.d.ts.map