import { Type } from '../common/cli-types'; /** * Inject token for the error messages that are caught by the help module * * @publicApi */ export declare const HELP_ERRORS: unique symbol; /** * Default errors that are caught by the help module */ export declare const defaultHelpErrors: Type[];