import { Factory } from 'fishery'; import { type SinonSpy } from 'sinon'; import { type ProductMasterEntityClient } from '../product-master-entity-client.js'; type ProductMasterEntityClientTestFactoryDependencies = { get: SinonSpy; post: SinonSpy; put: SinonSpy; delete: SinonSpy; }; export declare const productMasterEntityClientTestFactory: Factory>; export {}; //# sourceMappingURL=product-master-client.d.ts.map