import type { Knex } from 'knex';
export type Db = Knex | Knex.Transaction;
//# sourceMappingURL=db.d.ts.map