/**
 * Extract packages from a record
 * @param packages - The packages to extract
 * @param keys - The keys to extract
 * @returns The extracted packages
 */
export declare function extractPackageVersions<T extends Record<string, string>>(packages: T, keys: (keyof T)[]): Record<keyof T, string>;
//# sourceMappingURL=extract-packages.d.ts.map