export interface OnHook { on(...args: any[]): boolean | void; }