import { QueryInterface } from "sequelize"; type Ctx = { context: QueryInterface; }; export declare function up({ context }: Ctx): Promise; export declare function down({ context }: Ctx): Promise; export {};