import { IHttpRequest } from '../../../../types'; export declare const apiKeyInCookie: (input: Pick, name: string) => import("fp-ts/lib/Either").Either; export declare const apiKeyInHeader: (input: Pick, name: string) => import("fp-ts/lib/Either").Either; export declare const apiKeyInQuery: (input: Pick, name: string) => import("fp-ts/lib/Either").Either;