export default function (login: string, password: string, startData: any): Promise<{
    MALSESSIONID: any;
    csrf_token: any;
}>;
