/**
 * © Copyright Outburn Ltd. 2022-2025 All Rights Reserved
 *   Project name: fhir-snapshot-generator
 */
import { DefinitionFetcher } from '..';
import { FhirTreeNode } from '../../../types';
/**
 * Expands a node by ensuring its children are populated.
 * @param node - the node to expand
 * @returns - the expanded node
 */
export declare const expandNode: (node: FhirTreeNode, fetcher: DefinitionFetcher) => Promise<FhirTreeNode>;
//# sourceMappingURL=expandNode.d.ts.map