import { Treelike } from "../index.ts"; export function parse(json: string): any; export function stringify(treelike: Treelike): Promise;