import { Context } from 'hono';
import { Geolocation } from '../utils/geolocation.cjs';

declare function geolocation(c: Context): Geolocation;

export { geolocation };
