export default class Event2d { eventType: Symbol; callback: Function; constructor(event: Symbol, callback: Function); }