import { GeoNearStageInterface } from "../../interfaces"; export declare const geoNearPayloadValidator: (payload: GeoNearStageInterface) => "" | "The near and the distanceField properties are required.";