/** * Registry of all migration instructions */ import type { MigrationInstruction } from "./types.js"; /** * All registered migration instructions * Add new migrations here as they are created */ export declare const migrationInstructions: Record; //# sourceMappingURL=registry.d.ts.map