import { ExecutionContext } from '@nestjs/common';
export declare const getTokenFromContext: (context: ExecutionContext, cookieMode?: boolean, cookieName?: string) => Promise<string | null>;
