import "../../interfaces";

export const canProject: __esri.webMercatorUtils["canProject"];
export const geographicToWebMercator: __esri.webMercatorUtils["geographicToWebMercator"];
export const lngLatToXY: __esri.webMercatorUtils["lngLatToXY"];
export const project: __esri.webMercatorUtils["project"];
export const webMercatorToGeographic: __esri.webMercatorUtils["webMercatorToGeographic"];
export const xyToLngLat: __esri.webMercatorUtils["xyToLngLat"];
