import type { NodeMigration } from './node-migration';
export declare const nodeMigrations: NodeMigration[];
