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