import Knex from "knex"; export declare const getConnectionString: () => string | undefined; export declare const setupKnex: () => Knex;