import { Knex } from "knex"; export declare function up(knex: Knex): Promise; export declare function down(knex: Knex): Promise;