/**
 * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
 *   Project name: FUME-COMMUNITY
 */
/**
 * Download a list of packages from the registry to the local package cache (including dependencies)
 * @param fhirPackage A string or array of strings in the format `packageId@version`
 */
export declare const downloadPackages: (fhirPackage: string[]) => Promise<true | null>;
//# sourceMappingURL=loadPackages.d.ts.map