import { BitId, BitIds } from '../bit-id';
export default function getLatestVersionNumber(bitIds: BitIds, bitId: BitId): BitId;
