import { tJSON, tNode } from "../types"; export declare class Json { constructor(); reconstruct: (nodes: tNode[]) => tJSON; private build; private isValidKey; } //# sourceMappingURL=Json.d.ts.map