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