import type { Knex } from 'knex';
export declare function up(knex: Knex): Promise<void>;
export declare function down(): Promise<void>;
