import { Type } from '@nestjs/common'; import { Entity, IBaseController } from '../../models'; import { IMicroControllerProps } from './client.types'; export type { IMicroControllerProps } from './client.types'; export type { MicroContext } from '../shared/micro.types'; export declare const ClientController: (props: IMicroControllerProps) => Type>; //# sourceMappingURL=client.controller.d.ts.map