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