import type { Publish } from "./types"; /** * Release a npm package. * * Built for standard publish of **single** repository. */ export declare function publish(opts?: Publish.IOptions): Promise; //# sourceMappingURL=index.d.ts.map