import { Stdio } from '../../../types'; import { ReleasePackage } from '../types'; export declare function npmPublish(io: Stdio): (releasePackages: ReleasePackage[]) => Promise;