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