/**
 * Log in to nice accounts by clicking on TopHat
 * @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 tophatLogin(usernameEnvVar: string, passwordEnvVar: string): Promise<void>;
//# sourceMappingURL=tophatLogIn.d.ts.map