import { type DatabaseConfig } from './types/database.js';
export declare function defineConfig(config: DatabaseConfig): DatabaseConfig;
