export declare class ConfigError { inner?: {}; message: string; path?: string; configName?: string; constructor(message: string, inner?: {}); }