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