import type { PopulationPromise } from '../../typesServer.js';
import type { SerializedLinkNode } from '../nodes/types.js';
import type { LinkFeatureServerProps } from './index.js';
export declare const linkPopulationPromiseHOC: (props: LinkFeatureServerProps) => PopulationPromise<SerializedLinkNode>;
//# sourceMappingURL=graphQLPopulationPromise.d.ts.map