import * as p_di from "../../../interface/data.js"; import { type Abort } from "../../../interface/__internal/Abort.js"; import { type Iterator } from "../../../interface/__internal/refiner/Iterator.js"; export default function ($$: { list: p_di.List; end_info: End_Info; on_dangling_item: null | Abort; assign: ($iter: Iterator) => Return_Type; }): Return_Type;