import { MCPResourceParams } from '@eggjs/tegg-types';
export declare function MCPResource(params: MCPResourceParams): (target: any, propertyKey: PropertyKey) => void;
