import { RestoreCommerceGrpcClient } from '@restorecommerce/rc-grpc-clients'; import { type PaymentServiceClient } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/payment.js'; import { type GrpcClientConfig } from '@restorecommerce/grpc-client'; export declare class PaymentSrvGrpcClient extends RestoreCommerceGrpcClient { readonly service: PaymentServiceClient; constructor(address: string, cfg: GrpcClientConfig); } //# sourceMappingURL=index.d.ts.map