import { ModuleRef } from '@nestjs/core'; export declare class MicroController { private moduleRef; constructor(moduleRef: ModuleRef); healthCheck(): Promise<{ status: string; }>; micro(service: string, method: string, req: object): Promise; } //# sourceMappingURL=micro.controller.d.ts.map