import { Context } from 'hono'; import { Geolocation } from '../utils/geolocation.js'; declare function geolocation(c: Context): Geolocation; export { geolocation };