import type { Knex } from 'knex';
import type { IUnleashConfig } from '../types/option.js';
export declare function createDb({ db, getLogger, }: Pick<IUnleashConfig, 'db' | 'getLogger'>): Knex;
//# sourceMappingURL=db-pool.d.ts.map