/** * ```js * import { onLocalInvitationCanceled } from '@amityco/ts-sdk' * const dispose = onLocalInvitationCanceled(data => { * // ... * }) * ``` * * Fired when an {@link Amity.InvitationPayload} has been deleted * * @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 onLocalInvitationCanceled: (callback: Amity.Listener) => Amity.Unsubscriber; //# sourceMappingURL=onLocalInvitationCanceled.d.ts.map