export type FhirVersion = 'R4' | 'R5' | 'R6'; export declare function versionedExpansionCacheKey(valueSetUrl: string, fhirVersion?: FhirVersion): string; //# sourceMappingURL=valueset-expansion-cache-key.d.ts.map