import type { FastifyInstance } from "fastify"; declare const plugin: (fastify: FastifyInstance) => Promise; export default plugin; //# sourceMappingURL=controller.d.ts.map