import { GetUrlFn, XhrRequest } from '../loading/types'; export declare function loadOctree(url: string, getUrl: GetUrlFn, xhrRequest: XhrRequest): Promise; /** * * @param url endpoint to download metadata.json * @param urlOcbinTree endpoint to download octree.bin * @param xhrRequest * @returns */ export declare function loadOctree2(url: string, urlOcbinTree: string, urlHierarchy: string): Promise;