export declare const CONTROLLER_TOKEN = "__controller__";
export declare function Controller(uri?: string): (target: any) => any;
