import { IChartDataset } from '@qn-pandora/app-sdk';
import { CoordinateSystem } from '../../../constants';
export declare function getGeojson(dataset: IChartDataset, longitudeField: string, latitudeField: string, coordinateSystem: CoordinateSystem): GeoJSON.FeatureCollection;
export declare function getGeojsonLine(dataset: IChartDataset, longitudeField: string, latitudeField: string, coordinateSystem: CoordinateSystem): GeoJSON.Feature;
