import { type MorphoViewerTree } from "../components/morpho-viewer-simul/types/public"; import type { Morphology } from "../components/morpho-viewer-simul/types/private"; export declare function morphoViewerConvertMorphologyIntoTree(morphology: Morphology, cellId: string): MorphoViewerTree; //# sourceMappingURL=morphology-to-tree.d.ts.map