/**
 * ```js
 * import { onRoomTerminated } from '@amityco/ts-sdk-react-native'
 * const dispose = onRoomTerminated(room => {
 *   // ...
 * })
 * ```
 *
 * Fired when a {@link Amity.Room} has started broadcasting
 *
 * @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 onRoomTerminated: (callback: Amity.Listener<Amity.RawRoom>) => Amity.Unsubscriber;
//# sourceMappingURL=onRoomTerminated.d.ts.map