export declare class Tenant { publicId: string; name: string; adminPublicId: string; isEnabled: boolean; isProduction: boolean; } //# sourceMappingURL=tenant.d.ts.map