import { Tree } from "./cdk-tree"; export declare class TreeJsonLoader { static load(filePath: string): Tree; }