import { GeoShapeRelation, GeoInput } from '@terascope/types'; import { FieldValidateConfig } from '../interfaces.js'; export interface GeoRelationArgs { value: GeoInput; relation?: GeoShapeRelation; } export declare const geoRelationConfig: FieldValidateConfig; //# sourceMappingURL=geoRelation.d.ts.map