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