import type { StructureDefinition } from './structure-definition-types'; interface LoadProfilesBatchArgs { urls: string[]; fhirVersion: 'R4' | 'R5' | 'R6'; cache: Map; resolvePinnedCanonical: (url: string) => string; loadProfile: (url: string, fhirVersion: 'R4' | 'R5' | 'R6') => Promise; } export declare function loadProfilesBatchWithCache({ urls, fhirVersion, cache, resolvePinnedCanonical, loadProfile, }: LoadProfilesBatchArgs): Promise>; export {}; //# sourceMappingURL=sd-loader-batch-loader.d.ts.map