import type * as Schema from 'effect/Schema'; import type { DocumentContent, EntityInclude } from './types.js'; export declare const getEntityRelations: (entityId: string, type: S, doc: DocumentContent, include: EntityInclude | undefined) => Record; //# sourceMappingURL=getEntityRelations.d.ts.map