import { GeoPointInput } from '@terascope/types'; import { FieldValidateConfig } from '../interfaces.js'; export interface GeoPointWithinRangeArgs { point: GeoPointInput; distance: string; } export declare const geoPointWithinRangeConfig: FieldValidateConfig; //# sourceMappingURL=geoPointWithinRange.d.ts.map