import type { FastifyInstance } from 'fastify'; export declare const AGENT_HOME_MANIFEST_ENTRY_CAP = 5000; export declare function registerAgentHomeFileRoutes(fastify: FastifyInstance): void; /** Empty string = home root. Rejects absolute, traversal, and empty segments. */ export declare function normalizeDirQuery(raw: string | undefined): string | undefined; //# sourceMappingURL=agent-home-file-routes.d.ts.map