import type { FastifyInstance } from 'fastify'; import type { BusinessService } from '../lib/business-service.js'; import type { PageService } from '../lib/page-service.js'; export declare function registerHostedDocumentRoutes(app: FastifyInstance, businessService: BusinessService, pageService: PageService): void;