export declare function Get(value?: string): any;
export declare function Post(value?: string): any;
export declare function Patch(value?: string): any;
export declare function Put(value?: string): any;
export declare function Delete(value?: string): any;
