export function spTokenManager(cookie?: string): Promise<{
    token: any;
    expirationTime: any;
}>;
