/** * User provided configuration error */ export declare class ConfigError extends Error { fieldName: string; constructor(message: string, fieldName: string); }