declare enum HttpMethod { GET = 0, POST = 1 } export { HttpMethod };