import type { Migration } from "./migrationTypes.js"; /** * Drops legacy gate columns from scheduled task tables. * Expects: tasks_cron and tasks_heartbeat tables already exist. */ export declare const migration20260221DropGateColumns: Migration; //# sourceMappingURL=20260221_drop_gate_columns.d.ts.map