/**
 * @packageDocumentation
 *
 * Contains utility functions for NPM publish.
 */
/**
 * Publish to NPM.
 *
 * @param isBeta - Whether to publish to the beta NPM registry.
 */
export declare function publish(isBeta?: boolean): Promise<void>;
