import { BitError } from '@teambit/bit-error'; import type { CommandId } from './types'; export declare class DuplicateCommandError extends BitError { constructor(commandId: CommandId); }