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