export declare enum Method {
    GET = "get",
    POST = "post"
}
