import { CLIBaseError } from './cliBaseError'; export declare class InternalError extends CLIBaseError { name: string; constructor(message: string); }