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