import { EntityRelationService } from '../service/entity-relation.service'; export declare class EntityRelationController { private readonly entityRelationService; constructor(entityRelationService: EntityRelationService); getEntityRelations(sourceEntityType: string, include: string, req: any): Promise; }