import { Knex } from 'knex'; export declare const connect: (dbPath: string) => Knex;