import type { RelationsListWithNodes } from '../../utils/convert-relations.js'; import type { RelationTypeIdInfo } from '../../utils/get-relation-type-ids.js'; type QueryEntityWithRelations = { id: string; } & Partial>; export declare const hydrateProposalBacklinks: (queryEntities: QueryEntityWithRelations[], entities: T[], relationInfo: RelationTypeIdInfo[]) => Promise; export {}; //# sourceMappingURL=hydrate-proposal-backlinks.d.ts.map