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