import { OrbitalError } from './orbital-error'; export declare class CommandNotFoundError extends OrbitalError { constructor(commandName: string); }