import { BitError } from '@teambit/bit-error'; export declare class AlreadyExistsError extends BitError { constructor(type: string, name: string); }