import type { ManifestDocument, MigrationDiff, MigrationFuzzPlan } from './migration-types.js'; export declare function createMigrationFuzzPlan(legacyManifest: ManifestDocument, currentManifest: ManifestDocument, diff: MigrationDiff): MigrationFuzzPlan;