export declare function attemptLogin(apiBaseUrl: string | undefined, apiProxy: string | undefined): Promise<{ ok: boolean; message: string; cause: string; } | undefined>; //# sourceMappingURL=attempt-login.d.mts.map