import type { Variables } from '../../interfaces/variables.interface'; import type { ValueSetPromise } from '../../interfaces/valueSet.interface'; import type { Coding } from 'fhir/r4'; export declare function resolveValueSets(variables: Variables, valueSetPromises: Record, cachedValueSetCodings: Record, terminologyServerUrl: string): Promise<{ variables: Variables; cachedValueSetCodings: Record; }>;