import type { PopulationPromise } from '../../typesServer.js'; import type { RelationshipFeatureProps } from './index.js'; import type { SerializedRelationshipNode } from './nodes/RelationshipNode.js'; export declare const relationshipPopulationPromiseHOC: (props: RelationshipFeatureProps) => PopulationPromise; //# sourceMappingURL=graphQLPopulationPromise.d.ts.map