export declare class TokenInfo { accessToken: string; tokenType: string; refreshToken: string; redirectUrl: string; }