import { patch } from "./patch"; import { ReleaseNS } from "./types"; import { changelog } from "./changelog"; export { patch, changelog }; export declare function release(options: ReleaseNS.IOptions): Promise; //# sourceMappingURL=index.d.ts.map