import * as THREE from 'three'; import { Extent } from '@itowns/geographic'; export declare const globalExtentTMS: Map; export declare const schemeTiles: Map; export declare function getInfoTms(crs: string): { epsg: string; globalExtent: Extent; globalDimension: THREE.Vector2; sTs: THREE.Vector2; isInverted: boolean; }; export declare function getCountTiles(crs: string, zoom: number): THREE.Vector2;