/**
 * ```js
 * import { onJoinRequestDeleted } from '@amityco/ts-sdk-react-native'
 * const dispose = onJoinRequestDeleted(data => {
 *   // ...
 * })
 * ```
 *
 * Fired when an {@link Amity.CommunityJoinRequestPayload} has been created
 *
 * @param callback The function to call when the event was fired
 * @returns an {@link Amity.Unsubscriber} function to stop listening
 *
 * @category JoinRequest Events
 */
export declare const onJoinRequestDeleted: (callback: Amity.Listener<Amity.InternalJoinRequest[]>) => Amity.Unsubscriber;
//# sourceMappingURL=onJoinRequestDeleted.d.ts.map