import { type Knex } from "knex"; export declare function createKnexInstance(config: Knex.Config): Knex; //# sourceMappingURL=knex.d.ts.map