import type { EVENT_ALL } from "@thi.ng/api";
export declare const EVENT_ADDED = "added";
export declare const EVENT_REMOVED = "removed";
export type IDGenEventType = typeof EVENT_ADDED | typeof EVENT_REMOVED | typeof EVENT_ALL;
//# sourceMappingURL=api.d.ts.map