import { BeforeHandlerPlugin } from "@webiny/handler"; import { AuthenticationContext } from "./types"; export interface GetHeader { (headers: Record): string | null; } export declare const authenticateUsingHttpHeader: (getHeader?: GetHeader) => BeforeHandlerPlugin>;