import { Command, flags } from '@heroku-cli/command'; export declare class GitRemote extends Command { static description: string; static example: string; static flags: { app: flags.IOptionFlag; remote: flags.IOptionFlag; 'ssh-git': import("@oclif/parser/lib/flags").IBooleanFlag; }; static strict: boolean; run(): Promise; }