/**
 * ```js
 * import { EventRepository } from '@amityco/ts-sdk'
 * const dispose = EventRepository.onLocalRSVPCreated(event => {
 *   // ...
 * })
 * ```
 *
 *  Fired when an RSVP response for a {@link Amity.EventResponse} has been created
 *
 * @param callback The function to call when the event was fired
 * @returns an {@link Amity.Unsubscriber} function to stop listening
 *
 * @category Event Events
 */
export declare const onLocalRSVPCreated: (callback: Amity.Listener<Amity.InternalEventResponse>) => Amity.Unsubscriber;
//# sourceMappingURL=onLocalRSVPCreated.d.ts.map