import type { StructureDefinition } from './structure-definition-types'; export declare function isRelevantPackage(packageName: string, url: string, fhirVersion: 'R4' | 'R5' | 'R6'): boolean; export declare function loadFromLocalCache(url: string, packageSources: string[], fhirVersion?: 'R4' | 'R5' | 'R6'): Promise; export declare function loadFromSource(sourcePath: string, url: string, resourceType: string, fhirVersion: 'R4' | 'R5' | 'R6'): Promise; //# sourceMappingURL=sd-loader-filesystem.d.ts.map