export declare enum SingHttpMethods { GET = "GET", POST = "POST", PUT = "PUT", DELETE = "DELETE" } //# sourceMappingURL=sing-http-methods.enum.d.ts.map