import { PullResult } from '../../../typings'; import { Maybe, StringTask } from '../types'; export declare function pullTask(remote: Maybe, branch: Maybe, customArgs: string[]): StringTask;