blob: 221078488002b2cfaa30a1bd716b246af02740cd [file] [log] [blame]
declare const ConfigNotFoundError_base: ErrorConstructor;
export declare class ConfigNotFoundError extends ConfigNotFoundError_base {
constructor(message: string);
}