import Knex from 'knex'; export default function initConnection(dbConfig: Knex.Config, shouldReuseConnection?: boolean): Knex; export declare const config: () => Knex.Config;