export declare type handlerType = ((data?: any) => void) | (() => void);