import type { LegacyImportSummary } from './types.js'; export interface LegacyImportResult { slug: string; sourcePath: string; imported: boolean; skipped: boolean; summaryPath?: string; } export declare function inspectLegacyProject(sourcePath: string): Promise; export declare function importLegacyProjects(sourceRoot: string, targetRoot?: string): Promise; //# sourceMappingURL=legacy-import.d.ts.map