/** @type {import('pg')} */
export const pg: typeof import("pg");
/** @type {import('sqlite3')} */
export const sqlite3: typeof import("sqlite3");
