/** * ```js * import { onRoomParticipantStageLeft } from '@amityco/ts-sdk' * const dispose = onRoomParticipantStageLeft(room => { * // ... * }) * ``` * * Fired when a participant has left the stage of 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 onRoomParticipantStageLeft: (callback: Amity.Listener) => Amity.Unsubscriber; //# sourceMappingURL=onRoomParticipantStageLeft.d.ts.map