import { JsonValue } from 'vtxf-xe2/dist-node/xe2-base-utils'; export declare function maybe3DTilesJson(json: JsonValue): boolean; export declare function maybe3DTilesUrl(url: string): Promise; export declare function maybe3DTilesLocalFilePath(localFilePath: string): Promise;