import FMCCommand from '../../FMCCommand'; export default class GitPush extends FMCCommand { static description: string; static examples: string[]; static flags: any; static args: { name: string; }[]; private getRepoPath; private syncFlow; run(): Promise; } //# sourceMappingURL=push.d.ts.map