export interface EventSubscription {
    remove(): void;
}
//# sourceMappingURL=EventSubscription.d.ts.map