export declare enum TenantTag { Development = "development", Production = "production" } export declare const defaultTenantIdKey = "defaultTenantId";