UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

5 lines 278 B
export type IFhirPackage = any; export type IFhirPackageIndex = Record<string, IFhirPackage>; export declare const getFhirPackageIndex: () => IFhirPackageIndex; export declare const loadFhirPackageIndex: () => Promise<boolean>; //# sourceMappingURL=loadFhirPackageIndex.d.ts.map