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