import type { PublishBumpInfo } from '../types/BumpInfo'; /** * Determine which of the modified/new packages in bump info should actually be published * (based only on the bump info, not the registry). Removes packages that are private, * out of scope, have change type "none", or have no calculated change type (unless they're new). */ export declare function getPackagesToPublish(bumpInfo: Pick, params?: { /** If true, log skipped packages and reasons */ logSkipped?: boolean; }): string[]; //# sourceMappingURL=getPackagesToPublish.d.ts.map