import { CommandEntry } from '../commandsBuilder'; export declare const getRemotes: () => Promise>; export declare const saveRemote: (name: string, remoteUrl: string) => Promise; export declare const deleteRemote: (name: string) => Promise;