import type { FastifyInstance } from "fastify"; declare module "fastify" { interface FastifyRequest { toon(): any; } } export declare function setupParser(fastify: FastifyInstance): void;