import { MapService } from '../../map'; export declare class WktService { private mapService; constructor(mapService: MapService); mapExtentToWKT(epsgTO?: string): string; private roundCoordinateArray(coordinateArray, projection, decimal?); private roundArray(array, decimal?); snrcWKT(snrc: any, epsgTO?: string): any; }