import { Invokable } from "../models/Invokable";

export declare type EventListeners = { func: Invokable, ref: Invokable };
