import { JWT } from './isJWTActive.types';
export declare const isJWTActive: (jwtToken: JWT) => boolean;
