export function isEnabled(featureFlag: any): boolean; export function getTenantFeatureFlags(tenantId: any): any[]; export namespace TenantFeatureFlag { const LICENSING: string; const GOOGLE_SHEETS: string; const USER_GROUPS: string; }