export declare enum RequestMethod {
    GET = "GET",
    POST = "POST"
}
