export declare const Get: (path: string, options?: any) => MethodDecorator;
export declare const Post: (path: string, options?: any) => MethodDecorator;
export declare const Put: (path: string, options?: any) => MethodDecorator;
export declare const Patch: (path: string, options?: any) => MethodDecorator;
export declare const Delete: (path: string, options?: any) => MethodDecorator;
