import type { Hono } from "hono"; import type { ApiRouteDeps } from "@opengeni/core"; /** Navigation-only recovery. Recently expired signed state can identify the host's saved * destination, but cannot authorize exchange, persistence, or credential use. * Normal callbacks independently enforce current time and live authority. */ export declare function registerConnectCallbackReturns(app: Hono, deps: ApiRouteDeps): void;