import "reflect-metadata";
export declare function Controller(prefix?: string): (target: any) => void;
export declare function Get(path: string): (target: any, propertyKey: string) => void;
export declare function Post(path: string): (target: any, propertyKey: string) => void;
