export interface IEventInstance {
    callback: Function;
    context: unknown;
    once: boolean;
}
//# sourceMappingURL=IEventInstance.d.ts.map