import type { DendriformPatch } from './types'; export declare const applyPatches: (base: B, patches: DendriformPatch[]) => B;