export declare const HttpMethod: {
    GET: string;
    POST: string;
    PUT: string;
    DELETE: string;
};
