/** * * @operation `Action` * @param iterable * @returns */ export declare function materialize(iterable: Iterable): Iterable;