export declare const isHttpMethod: (target: "GET" | "POST", subject: string) => boolean;
