import type { FastifyInstance } from "fastify"; import type { AppServerConfig } from "../types.js"; /** * Serves page definitions. Context handlers are stripped since they're * server-side functions that can't be serialized to JSON. */ export declare function registerPageRoutes(fastify: FastifyInstance, config: AppServerConfig): void; //# sourceMappingURL=pages.d.ts.map