import { HashMap } from "../interfaces/HashMap"; export declare function createAllowMethodsHeader(allowedMethods: string[]): HashMap;