export declare function useMainwrapV4EventBus(eventName: string, handler: (payload: any) => void): void;
