import ScratchOrg = require('./scratchOrgApi');
/**
 * TODO Just extend scratch org for now until everything points over to the
 * new Org class in sfdx-core.
 */
declare class HubOrgApi extends ScratchOrg {
    constructor(force?: any);
}
export = HubOrgApi;
