/** * Database Connection Management for Test Isolation */ export declare const trackDbConnection: (connection: any) => void; export declare const closeAllDbConnections: () => Promise; //# sourceMappingURL=databaseManager.d.ts.map