import type { PackageSettingsMatch, ResolveMap } from '@ms-cloudpack/common-types'; /** * Find packages in the resolve map that match the requested names and versions. */ export declare function getFilteredPackages(resolveMap: ResolveMap, match: PackageSettingsMatch[]): string[]; //# sourceMappingURL=getFilteredPackages.d.ts.map