import { CSEventSubscriber, EventSubscriberType } from '../types/types'; export declare const csEventSubscriber: (eventType: EventSubscriberType, callback: (payload: any) => void) => CSEventSubscriber;