import { type Migration } from "../../generated/storage-kit/index.js"; /** Resolve the on-disk `migrations/` directory across all runtime layouts. */ export declare function resolveMigrationsDir(): string; /** Load all migrations in id order, checksummed for the ledger. */ export declare function loadMigrations(): Migration[]; //# sourceMappingURL=migrations.d.ts.map