import { GeoJSONStoreFeatures } from "../../terra-draw"; export declare function isValidLineStringFeature(feature: GeoJSONStoreFeatures, coordinatePrecision: number): boolean;