/**
 * ```js
 * import { onRoomCoHostInviteAccepted } from '@amityco/ts-sdk'
 * const dispose = onRoomCoHostInviteAccepted(room => {
 *   // ...
 * })
 * ```
 *
 * Fired when a co-host invitation is accepted for a {@link Amity.Room}
 *
 * @param callback The function to call when the event was fired
 * @returns an {@link Amity.Unsubscriber} function to stop listening
 *
 * @category Room Events
 */
export declare const onRoomCoHostInviteAccepted: (callback: Amity.Listener<Amity.InternalInvitation>) => Amity.Unsubscriber;
//# sourceMappingURL=onRoomCoHostInviteAccepted.d.ts.map