export declare const GET = "GET";
export declare const POST = "POST";
export declare const PUT = "PUT";
export declare const DELETE = "DELETE";
