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