export declare class CIRelationInfoUtil { getAllRelationEntries(ci?: string, maxRelations?: number, downStream?: boolean, maxLevel?: number, relationTypeFilter?: any[]): string getServiceCIs(serviceId?: string, ciClass?: string): string constructor() }