import { BitError } from '@teambit/bit-error'; export declare class CommandNotFound extends BitError { commandName: string; suggestion?: string; constructor(commandName: string, suggestion?: string); report(): string; }