/**
 * 配置验证器 - 启动时验证和修正配置
 */
/**
 * 验证并更新配置
 */
export declare function validateAndUpdateConfig(config: any): Promise<boolean>;
/**
 * 快速健康检查 - 只测试基本连接
 */
export declare function quickHealthCheck(config: any): Promise<boolean>;
//# sourceMappingURL=config-validator.d.ts.map