import type { BeachballOptions } from '../types/BeachballOptions'; import type { PackageInfos, ScopedPackages } from '../types/PackageInfo'; /** * Get the set of in-scope package names. */ export declare function getScopedPackages(options: Pick, packageInfos: PackageInfos): ScopedPackages; //# sourceMappingURL=getScopedPackages.d.ts.map