import { OAuth2ProxyResult } from './types'; /** * NOTE: This may come in handy if you're doing work on this provider: * plugins/auth-backend/examples/docker-compose.oauth2-proxy.yaml * * @public */ export declare const OAUTH2_PROXY_JWT_HEADER = "X-OAUTH2-PROXY-ID-TOKEN"; /** @public */ export declare const oauth2ProxyAuthenticator: import("@backstage/plugin-auth-node").ProxyAuthenticator, OAuth2ProxyResult, { accessToken: string; }>;