import type { Analysis, ClassificationResult, MigrationPlan } from '../types/index.js'; export declare function plan(a: Analysis, c: ClassificationResult, tenantKeys?: Record): MigrationPlan;