import { EventUnsubscribe, EventUnsubscribeStore } from './event'; export declare class DefaultEventUnsubscribeStore implements EventUnsubscribeStore { protected handlers: Set; add(unsub: EventUnsubscribe): void; clear(): undefined | Error[]; }