/** class representing a SubCommandNotFound */ export declare class CommandNotFoundError extends Error { constructor(err: string); }