/**
 * Get events
 *
 * @param params the query parameters
 * @param callback the callback to be called when the events are updated
 * @returns events
 *
 * @category Event Live Collection
 *
 */
export declare const getEvents: (params: Amity.EventLiveCollection, callback: Amity.LiveCollectionCallback<Amity.Event>, config?: Amity.LiveCollectionConfig) => () => void;
//# sourceMappingURL=getEvents.d.ts.map