export { encodeDocumentAdd, encodeDocumentSet, encodeDocumentUpdate, encodeGeoDocument, } from './api/encode';
export { geoQueryGet } from './api/query-get';
export { geoQueryOnSnapshot } from './api/query-on-snapshot';
export { GeoQuerySnapshot } from './api/snapshot';
export { validateGeoDocument, validateLimit, validateLocation, validateQueryCriteria, } from './api/validate';
export * from './definitions';
