import type { Migration } from "./migrationTypes.js"; /** * Backfills missing cron task user ownership with the owner user. * Expects: users and tasks_cron tables already exist. */ export declare const migration20260221BackfillCronUsers: Migration; //# sourceMappingURL=20260221_backfill_cron_users.d.ts.map