export function update(fileName: any, afterUpFunction: any, config: any): { up: (knex: any) => Promise; down: typeof down; }; declare function down(): boolean; export {};