/** * ```js * import { leaveRoom } from '@amityco/ts-sdk' * const result = await leaveRoom('roomId') * ``` * * Leaves an {@link Amity.Room} * * @param roomId The ID of the room to leave * @returns Promise that resolves when the user has left the room * * @category Room API * @async */ export declare const leaveRoom: (roomId: string) => Promise; //# sourceMappingURL=leaveRoom.d.ts.map