import type { ApiCoreContext } from "../../../types/core.js"; export interface GetHeader { (context: ApiCoreContext): string | null | undefined; } export declare const authenticateUsingHttpHeader: () => (import("@webiny/handler").BeforeHandlerPlugin | (import("@webiny/api/index.js").ContextPlugin | import("@webiny/handler").BeforeHandlerPlugin)[] | import("@webiny/handler").HandlerOnRequestPlugin)[];