import { ParentNode } from '../../types'; /** * get json-schema for node.children[property] * * @returns json-schema for a child at property of node */ export declare function getSchemaOfChild(node: ParentNode, property: string, value: unknown): import("json-schema-library").SchemaNode | import("json-schema-library").JsonError>>;