/** * Log in to nice accounts * @param {string} usernameEnvVar The name of the environment variables with the email address used to sign in to NICE Accounts * @param {string} passwordEnvVar The name of the environment variables with the password used to sign in to NICE Accounts */ export declare function login(usernameEnvVar: string, passwordEnvVar: string): Promise; //# sourceMappingURL=login.d.ts.map