export declare function makeError(name: string): typeof Error;
export declare const CliError: ErrorConstructor;
export declare const PluginError: ErrorConstructor;
export declare const ConfigError: ErrorConstructor;
export declare const DownloaderError: ErrorConstructor;
export declare const HookError: ErrorConstructor;
export declare const RunnerError: ErrorConstructor;
export declare const RunnerMethodsError: ErrorConstructor;
export declare const GeneratorError: ErrorConstructor;
