import { JsonError } from 'json-schema-library'; import { JsonNode } from '../types'; export declare function getErrors(node: JsonNode): JsonError[];