UNPKG

170 BTypeScriptView Raw
1declare const ConfigNotFoundError_base: ErrorConstructor;
2export declare class ConfigNotFoundError extends ConfigNotFoundError_base {
3 constructor(message: string);
4}