/** * `cortex tenant ` — manage the active tenant in * the shared credentials file when the user belongs to more than one. * * list Show all tenants the user has access * to, with the active one starred. * switch Mark as the active tenant. No * network call — pure file edit. * refresh Re-fetch /api/cortex/tenants from * pyre-web. Useful after the user is * added/removed from a tenant by an * admin without going through `cortex * login` again. */ export declare function runTenant(args: string[]): Promise; //# sourceMappingURL=tenant.d.ts.map