import { Org } from '@salesforce/core';
export declare function getUserEmail(username: string, hubOrg: Org): Promise<any>;
