export type Handlers = {
    [key: string]: (...args: any[]) => void;
};
