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