import { JsonNode } from '../types'; /** * returns all nodes in the tree as a flat list */ export declare function getNodeList(node: JsonNode, list?: JsonNode[]): JsonNode[];