/** * Log in to nice accounts by clicking on Global nav * @param {string} usernameEnvVar The email address used to sign in to Nice Accounts * @param {string} passwordEnvVar The password used to sign in to Nice Accounts */ export declare function globalNavAccountsLogin(usernameEnvVar: string, passwordEnvVar: string): Promise; //# sourceMappingURL=globalNavAccountsLogin.d.ts.map