import type { Request } from 'express'; import type { Authenticate, RouteDef } from './types'; export declare function resolveRouteContext(route: RouteDef, authenticate: Authenticate | undefined, req: Request): Promise;