//#region ts/pickPackagesWithKeywords.d.ts declare function pickPackagesWithKeywords(packageInfos: Record[], keywords: string[], fields?: string[]): any[]; //#endregion export { pickPackagesWithKeywords }; //# sourceMappingURL=pickPackagesWithKeywords.d.ts.map