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