import type { ServerDeps, ServerOptions } from "../types.js"; import { type Routes } from "./registry.js"; export declare function registerMigrateRoutes(routes: Routes, deps: ServerDeps, options?: ServerOptions): void; //# sourceMappingURL=migrate.d.ts.map