/**
 * ```js
 * import { onLiveReactionCreated } from '@amityco/ts-sdk'
 * const dispose = onLiveReactionCreated(reactions => {
 *   // ...
 * })
 * ```
 *
 * Fired when a batch of {@link Amity.LiveReaction} has been created
 *
 * @param callback The function to call when the event was fired
 * @returns an {@link Amity.Unsubscriber} function to stop listening
 *
 * @category Live Reaction Events
 */
export declare const onLiveReactionCreated: (callback: Amity.Listener<Amity.LiveReaction[]>) => Amity.Unsubscriber;
//# sourceMappingURL=onLiveReactionCreated.d.ts.map