/** * ```js * import { onLocalInvitationUpdated } from '@amityco/ts-sdk' * const dispose = onLocalInvitationUpdated(data => { * // ... * }) * ``` * * Fired when an {@link Amity.InvitationPayload} has been updated * * @param callback The function to call when the event was fired * @returns an {@link Amity.Unsubscriber} function to stop listening * * @category Invitation Events */ export declare const onLocalInvitationUpdated: (callback: Amity.Listener) => Amity.Unsubscriber; //# sourceMappingURL=onLocalInvitationUpdated.d.ts.map