/** * ```js * import { onLiveReactionCreatedLocal } from '@amityco/ts-sdk' * const dispose = onLiveReactionCreatedLocal(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 onLiveReactionCreatedLocal: (callback: Amity.Listener) => Amity.Unsubscriber; //# sourceMappingURL=onLiveReactionCreatedLocal.d.ts.map