import { BitError } from '@teambit/bit-error';
export declare class OldScopeNotFound extends BitError {
    constructor(oldScope: string);
}
