/** * * * */ const RequestHandlerInterface = { /** * * */ send: function() { } } export default RequestHandlerInterface