import type { PluginFn } from '../types.js';
export declare const migrate: PluginFn<undefined>;
