import { CommandModule } from 'yargs'; export declare const PublishCommand: CommandModule; export declare function publishMonorepo(): Promise;