import { Tree } from '../../';
export declare function readPhyJSON(phyJSONString: string): Tree;
export declare function readTreesFromPhyJSON(phyJSONString: string): Tree[];
