/** Compile-time HTTP decorators �?erased from server JS emit; kept for authoring. */ export declare function Get(path: any): (_target: any, _key: any, descriptor: any) => any; export declare function Post(path: any): (_target: any, _key: any, descriptor: any) => any; export declare function Put(path: any): (_target: any, _key: any, descriptor: any) => any; export declare function Delete(path: any): (_target: any, _key: any, descriptor: any) => any; export declare function Patch(path: any): (_target: any, _key: any, descriptor: any) => any;