/** Core */ import { Generic } from "cmf.core/src/core"; /** * LoadEntityTypeRelations Static service implementation to retrieve all entity type relations */ export declare class EntityRelationsService extends Generic { /** * Loads all records from a given Relation */ loadObjectRelations(object: any, relationNames: string[]): Promise; }