export type MethodType = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
export declare namespace MethodType {
    const VALUES: MethodType[];
}
