/** * @author Leonid Vinikov */ /** * @internal */ export declare class CommandNotFound extends Error { constructor(command: string); }