interface AnnotationMigrationResult { migrated: number; skipped: number; failed: number; errors: string[]; } /** * Migrate all markdown annotation files to JSON format in a directory */ export declare function migrateAnnotationsToJson(annotationDir: string): Promise; export {}; //# sourceMappingURL=annotation-migration.d.ts.map