import { Command } from '@contentstack/cli-command'; export default class BranchGetCommand extends Command { static description: string; static examples: string[]; run(): Promise; }