import mysql from 'mysql2/promise'; declare const getPool: () => mysql.Pool; export declare const testConnection: () => Promise; export declare const executeQuery: (query: string, params?: any[]) => Promise; export declare const getConnection: () => mysql.Pool; export declare const config: { testConnection: () => Promise; getConnection: () => mysql.Pool; executeQuery: (query: string, params?: any[]) => Promise; }; export default getPool; //# sourceMappingURL=database.d.ts.map