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