import type { CliPublishOptions } from '../../types'; export declare const publish: (options: CliPublishOptions) => Promise;