import { StringTask } from '../types'; export declare function addRemoteTask(remoteName: string, remoteRepo: string, customArgs?: string[]): StringTask; export declare function getRemotesTask(verbose: boolean): StringTask; export declare function listRemotesTask(customArgs?: string[]): StringTask; export declare function remoteTask(customArgs?: string[]): StringTask; export declare function removeRemoteTask(remoteName: string): StringTask;