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