import { NestjsOemcService } from './nestjs-oemc.service'; export declare class NestjsOemcController { private nestjsOemcService; constructor(nestjsOemcService: NestjsOemcService); getOemcControllerNames(): object[]; getOemcControllerFunctionNames(controllerName: string): import("./nestjs-oemc.service").OemcMethod[]; executeOemcFunction(controllerName: string, methodName: string, body: object): Promise; }