import type { FastifyPluginAsync } from "fastify"; export type ToonFastifyOptions = {}; export declare const toon: FastifyPluginAsync;