import { Remote } from '@teambit/scope.remotes'; export declare function add(url: string, global: boolean): Promise; export declare function remove(name: string, global: boolean): Promise; export declare function list(global: boolean): Promise<{}>;