export declare class Connection { private readonly knex; constructor(mode: string, knexFilePath?: string); connect(): void; disconnect(): Promise; }