import type { Migration } from "./migrationTypes.js"; /** * Creates processes table for durable runtime records. * Expects: users table exists for process ownership. */ export declare const migration20260222AddProcesses: Migration; //# sourceMappingURL=20260222_add_processes.d.ts.map