export declare const decode: (token: string) => any; export declare const getExpiration: (token: string) => number; export declare const isExpired: (token: string) => boolean;