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