/** * memo import sysand — Import a SysAnd project. * * Reads .project.json + SysML files from a SysAnd project directory. * Populates KindRegistry and RelationshipRegistry. * Optionally verifies round-trip against the current ontology. */ export declare function importSysandCommand(projectDir: string, options: { verify?: boolean; }): Promise; //# sourceMappingURL=import-sysand.d.ts.map