import type { Context } from "hono"; /** * Tries to get the remote address (ip) from the context of a Hono request. */ export declare function getRemoteAddress(c: Context): string | undefined;