import { A as AuthDbAdapter } from '../db-BIgxMgj8.js'; declare function resetPostgreSQLConnection(): void; declare function initializePostgreSQLTables(): Promise; declare const postgresqlAdapter: AuthDbAdapter; export { initializePostgreSQLTables, postgresqlAdapter, resetPostgreSQLConnection };