import { BaseError } from "./base-error"; export declare class ConfigReadError extends BaseError { constructor(configPath: string); }