export declare const DEFAULT_POINTCLOUD_API_BASE = "http://localhost:5101"; /** Single home for the point-cloud service base; empty settings degrade to the local default. */ export declare function resolvePointCloudApiBase(configured: string | undefined | null): string; export declare function pointCloudMetadataUrl(apiBase: string, fileId: string): string; /** potree-core loads by file name plus a directory, so the stored key is split in two. */ export declare function pointCloudOctreeSource(apiBase: string, bucket: string, metadataFileKey: string): { fileName: string; baseUrl: string; }; //# sourceMappingURL=pointCloudApi.d.ts.map