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