import type { Hono } from "hono"; import type { ApiRouteDeps } from "@opengeni/core"; export declare function registerInstallRoutes(app: Hono, deps: ApiRouteDeps): void; export declare const installExactPaths: ReadonlySet; export declare function isInstallRedirectPath(path: string): boolean;