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