import type { Looping } from './Looping'; export declare type LoopSettingUpdate = { activated: Looping; };