import { HttpMethodEnum } from '../types';
export default function toHttpMethod(method: string): HttpMethodEnum;
