import { type Knex } from "knex"; declare const useTestKnex: () => readonly [() => Knex, string]; export default useTestKnex;