export default function (): Promise<{
    csrf_token: string | null;
    MALSESSIONID: string | null;
    MALHLOGSESSID: string | null;
}>;
