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