/** * Token utility */ export declare class Token { static decodeToken(str: string): string; }