/** * `clustly publish` โ€” command glue (GUIDELINES ยง2): strict args (hosting/args.ts) โ†’ terminal * IO (commands/io.ts, the one prompting contract) โ†’ the hosting/publish domain. Lazy auth * like deploy; the listing block is completed by prompt (answers written back to * clustly.yaml), and --ci publishes only from a complete block. */ export declare function publishCommand(usage: string): Promise;