import { Module } from '@becomes/purple-cheetah/types'; import { BCMSEventManager as BCMSEventManagerType } from '../types'; export declare const BCMSEventManager: BCMSEventManagerType; export declare function useBcmsEventManager(): BCMSEventManagerType; export declare function createBcmsEventModule(): Module;