import { ParentNode, Change } from '../../types'; /** * replaces child node in given parent node */ export declare function replaceChildNode(parent: ParentNode, child: ParentNode, value: unknown): import("json-schema-library").JsonError>> | Change[];