import type { FastifyContext } from "apollo-server-fastify";
declare const detectImage: (req: FastifyContext["request"], res: FastifyContext["reply"]) => Promise<void>;
export { detectImage };
