import { JWTObject } from './types';
export declare function decodeToken(token: string): JWTObject;
