/**
 * ```js
 * import { updateCohostPermission } from '@amityco/ts-sdk'
 * const updated = await updateCohostPermission('roomId', 'cohostId', true)
 * ```
 *
 * Updates an {@link Amity.InternalRoom}
 *
 * @param roomId The ID of the room to update
 * @param cohostId The ID of the cohost to update
 * @param canManageProductTags The permission to manage product tags
 * @returns The updated {@link Amity.InternalRoom}
 *
 * @category Room API
 * @async
 */
export declare const updateCohostPermission: (roomId: string, cohostId: string, canManageProductTags: boolean) => Promise<Amity.Cached<Amity.Room>>;
//# sourceMappingURL=updateCohostPermission.d.ts.map