import type { DendriformPatch, Path } from './types'; import type { Patch as ImmerPatch } from 'immer'; export declare const zoomInPatches:

(path: Path, patches: P[]) => P[]; export declare const zoomOutPatches:

(path: Path, patches: P[]) => P[];