export function spCurlToken(cookie: any): Promise<{
    token: any;
    expirationTime: any;
}>;
