/** Redis cache key for a bearer Authorization header (never stores the raw token as the key). */ export declare function authBearerCacheKey(authorization: string): string; /** Redis cache key for an API key Authorization header (never stores the raw secret as the key). */ export declare function authApiKeyCacheKey(authorization: string): string;