import { Scope } from '.';
import { Remotes } from '../remotes';
import { BitId } from '../bit-id';
export declare function getScopeRemotes(scope: Scope): Promise<Remotes>;
export declare function fetchRemoteVersions(scope: Scope, componentIds: BitId[]): Promise<BitId[]>;
