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