import { BitError } from '@teambit/bit-error';
export declare class RenamingTagged extends BitError {
    constructor(idsStr: string[]);
}
