import { Client } from "knex";
declare const ClientPGLite: typeof Client;
export = ClientPGLite;
