import { Response as Response$1 } from 'express'; import { FastifyReply } from 'fastify'; declare type Response = FastifyReply | Response$1; export { Response };