File: /var/www/web.enelar.com.co/node_modules/nx/src/command-line/release/publish.d.ts
import { PublishOptions } from './command-object';
export declare const releasePublishCLIHandler: (args: PublishOptions) => Promise<void>;
/**
* 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 releasePublish(args: PublishOptions): Promise<void>;