import { RestoreCommerceGrpcClient } from '@restorecommerce/rc-grpc-clients'; import { type FulfillmentServiceClient } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/fulfillment.js'; import { type FulfillmentCourierServiceClient } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/fulfillment_courier.js'; import { type FulfillmentProductServiceClient } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/fulfillment_product.js'; import { type GrpcClientConfig } from '@restorecommerce/grpc-client'; export declare class FulfillmentSrvGrpcClient extends RestoreCommerceGrpcClient { readonly fulfillment: FulfillmentServiceClient; readonly fulfillment_courier: FulfillmentCourierServiceClient; readonly fulfillment_product: FulfillmentProductServiceClient; constructor(address: string, cfg: GrpcClientConfig); } //# sourceMappingURL=index.d.ts.map