import { CoreTypes } from '../types'; export declare function GetTokenFromRequest(req: Request): Promise; export declare function DecodeJWT(bearer: string): Promise<{}>;