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