import { Geolocation } from "../utils/geolocation.cjs"; import { Context } from "hono"; //#region src/hono/geolocation.d.ts declare function geolocation(c: Context): Geolocation; //#endregion export { geolocation }; //# sourceMappingURL=geolocation.d.cts.map