import { TLoop } from '../../Loop'; export type TTransformLoop = TLoop & { __brand: 'transform_loop'; };