export type Events = {
    [key: string]: any;
};
