const CloudEvent = require("./lib/cloudevent.js");
const HTTPReceiver = require("./lib/bindings/http/http_receiver.js");
module.exports = {
CloudEvent,
HTTPReceiver
};