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