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