import Command, { BranchNamePairStructure } from '../abstracts/AbstractBranchCommand'; export declare class PullRemoteChangesCommand extends Command { static description: string; static flags: { trackingOnly: import("../../../../../../../Users/shakilsiraj/Documents/GitHub/ogit/node_modules/@oclif/parser/lib/flags").IBooleanFlag; search: import("../../../../../../../Users/shakilsiraj/Documents/GitHub/ogit/node_modules/@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; getSelectedBranch(): Promise; preformBranchOperation(branchInfo: BranchNamePairStructure): Promise; }