import { FastifyPlugin } from'fastify'declaremodule'fastify' {
exportinterfaceFastifyInstance {
// This is an example decorator type added to fastifyexampleDecorator: () =>string
}
}
declareconstexample: FastifyPlugin<() =>string>
exportdefault example