export declare enum HttpMethod { DELETE = 0, GET = 1, HEAD = 2, OPTIONS = 3, PATCH = 4, POST = 5, PUT = 6 }