import type { PublishOptions } from '../types.js'; export declare function publishProject(options: PublishOptions): Promise;