import { type Customer } from "./customer.js"; export declare const createCustomerMocks: ({ count, }?: { count?: number; }) => Array; //# sourceMappingURL=customer.mocks.d.ts.map