import Window from '../core/Window'; export default interface Event { getListen(): string; callback(window: Window): void; }