import type { FastifyReply, FastifyRequest } from "fastify"; export default function getPageHandler(params: FastifyRequest["params"], reply: FastifyReply): Promise; //# sourceMappingURL=get-page-handler.d.ts.map