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