File: /var/www/web.enelar.com.co/node_modules/nx/src/command-line/release/changelog.d.ts
import { ChangelogOptions } from './command-object';
export declare const releaseChangelogCLIHandler: (args: ChangelogOptions) => Promise<any>;
/**
* NOTE: This function is also exported for programmatic usage and forms part of the public API
* of Nx. We intentionally do not wrap the implementation with handleErrors because users need
* to have control over their own error handling when using the API.
*/
export declare function releaseChangelog(args: ChangelogOptions): Promise<number>;