export declare function decodeToken(token: string): { walletAddress: string; expiresAt: Date; }; export declare function decodeRefreshToken(token: string): { env: string; expiresAt: Date; };