export { getPatchInfo } from './getPatchInfo.js' export { groupPatchedDependencies } from './groupPatchedDependencies.js' export { verifyPatches, type VerifyPatchesOptions } from './verifyPatches.js' export { type ExtendedPatchInfo, type PatchGroup, type PatchGroupRangeItem, type PatchGroupRecord, type PatchInfo, } from '@pnpm/patching.types'