import { MCPControllerParams, EggProtoImplClass } from '@eggjs/tegg-types';
export declare function MCPController(param?: MCPControllerParams): (constructor: EggProtoImplClass) => void;
