/**
 * ```js
 * import { event } from '@amityco/ts-sdk'
 * const response = await event.updateRSVP(eventId, status)
 * ```
 *
 * Updates an {@link Amity.EventResponse}
 *
 * @param eventId The ID of the {@link Amity.EventResponse} to edit
 * @param bundle The data necessary to update an existing {@link Amity.EventResponse}
 * @returns the updated {@link Amity.EventResponse}
 *
 * @category Event API
 * @async
 */
export declare const updateRSVP: (eventId: string, status: Amity.EventResponseStatus) => Promise<Amity.Cached<Amity.EventResponse>>;
//# sourceMappingURL=updateRSVP.d.ts.map