import type { VersionGroupOptions } from '../types/BeachballOptions'; import type { PackageInfos, PackageGroups } from '../types/PackageInfo'; export declare function getPackageGroups(packageInfos: PackageInfos, root: string, groups: VersionGroupOptions[] | undefined): PackageGroups; //# sourceMappingURL=getPackageGroups.d.ts.map