import type { HTTPMethodParams } from '@eggjs/tegg-types';
export declare function HTTPMethod(param: HTTPMethodParams): (target: any, propertyKey: PropertyKey) => void;
