export declare const validateDatabaseConfig: (config: Record) => { isValid: boolean; error?: string; }; //# sourceMappingURL=validation.d.ts.map