export { EventArgs } from "./event"; export type Event = import("./event").Event; export declare const Event: typeof import("./event").Event; export { EventListArgs } from "./eventList"; export type EventList = import("./eventList").EventList; export declare const EventList: typeof import("./eventList").EventList; export { EventPatchArgs } from "./eventPatch"; export type EventPatch = import("./eventPatch").EventPatch; export declare const EventPatch: typeof import("./eventPatch").EventPatch;