export { isExpressRequest, isFastifyRequest } from './is-request.guard.js'; export { isExpressResponse, isFastifyResponse, isResponse } from './is-response.guard.js'; import 'express'; import 'fastify'; import '../../interface/response.interface.js';