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