import { BitObject, BitRawObject, Ref } from '../objects';
export declare type ScopeMigrationResult = {
    newObjects: BitObject[];
    refsToRemove: Ref[];
};
declare const _default: (scopeVersion: string, migratonManifest: Object, objects: BitRawObject[], verbose?: boolean) => Promise<ScopeMigrationResult>;
export default _default;
