/** * The google-pubsub backend module for the events plugin. * * @packageDocumentation */ export { eventsModuleGooglePubsubConsumingEventPublisher as default } from './GooglePubSubConsumingEventPublisher';