export declare class ControllerAttr { static attrs: Map; static decorate(name: string, description: string): (target: any) => void; } declare const controller: (name: string, description: string) => (target: any) => void; export default controller;