import { A as AuthDbAdapter } from '../db-R-GJxQGc.cjs';

declare function resetPostgreSQLConnection(): void;
declare function initializePostgreSQLTables(): Promise<void>;
declare const postgresqlAdapter: AuthDbAdapter;

export { initializePostgreSQLTables, postgresqlAdapter, resetPostgreSQLConnection };
