import { Knex } from 'knex'; export declare function applyDatabaseMigrations(knex: Knex): Promise;