import { Type } from '@nestjs/common'; import { Constructor, Entity, IBaseRequest, IBaseService } from '../models'; export interface IMicroClientProps { dto: Constructor; dtoName?: string; } export declare const ClientService: = IBaseRequest>(props?: IMicroClientProps) => Type>; //# sourceMappingURL=client.service.d.ts.map