import type { ProstglesInitOptions } from "./ProstglesTypes"; import type { DB, PGP } from "./initProstgles"; type GetDbConnectionArgs = Pick; export declare const getDbConnection: ({ dbConnection, onQuery, onConnectionError, DEBUG_MODE, onNotice, }: GetDbConnectionArgs) => { db: DB; pgp: PGP; }; export {}; //# sourceMappingURL=getDbConnection.d.ts.map