import type { Router } from "./router.js"; export declare function registerImproveRoutes(router: Router, rootArg: string | (() => string)): void;