export declare function remoteAdd(name: string, url: string, branch?: string): Promise; export declare function remoteList(): Promise; export declare function remoteRemove(name: string): Promise; export declare function remote(action: string, ...args: string[]): Promise; //# sourceMappingURL=remote.d.ts.map