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