import { JwtPayload as _JwtPayload } from 'jwt-decode';
type JwtPayload = _JwtPayload;
export declare function jwtDecode(token: string): JwtPayload;
export declare function tokenNeedRefresh(token: string): boolean;
export {};
