blob: db4626ddd19e5064256330c6ad4d324499b638e3 (
plain)
1
2
3
|
import { FetchResult } from '../../../typings';
import { StringTask } from '../types';
export declare function fetchTask(remote: string, branch: string, customArgs: string[]): StringTask<FetchResult>;
|