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