import { Context } from '../../dto'; export declare function authenticate(context: Context, request: any): Promise;