import * as is from './is'; import * as and from './and'; import * as or from './or'; import * as not from './not'; import * as range from './range'; import * as exists from './exists'; import * as geoBoundingBox from './geo_bounding_box'; import * as geoPolygon from './geo_polygon'; import * as nested from './nested'; export declare const functions: { is: typeof is; and: typeof and; or: typeof or; not: typeof not; range: typeof range; exists: typeof exists; geoBoundingBox: typeof geoBoundingBox; geoPolygon: typeof geoPolygon; nested: typeof nested; };