import { JsonNode } from '../../types'; export declare function syncNodes(from: JsonNode, to: JsonNode): void;