import type { PublishBumpInfo } from '../types/BumpInfo'; import type { BeachballOptions } from '../types/BeachballOptions'; /** * Publish all the bumped packages to the registry, OR if `packToPath` is specified, * pack the packages to that path instead of publishing. * * This will bump packages on the filesystem first if `options.bump` is true. */ export declare function publishToRegistry(bumpInfo: PublishBumpInfo, options: BeachballOptions): Promise; //# sourceMappingURL=publishToRegistry.d.ts.map