import { CommandModule } from 'yargs'; import { CommandArguments } from '../arguments'; export interface PushCommandArguments extends CommandArguments { force: boolean; } export declare const pushCommand: CommandModule; //# sourceMappingURL=push.command.d.ts.map