import type { Hono } from "hono"; import { type ApiRouteDeps } from "@opengeni/core"; /** Both products address the link through a workspace they already own. The * link itself is organization-local; the host's Personal workspace need not be * exposed to the native human, and neither side names the other's subject. */ export declare function registerExternalIdentityLinkRoutes(app: Hono, deps: ApiRouteDeps): void;