import type { ISequence } from '@theatre/core' type Autoreset = undefined | 'always' | 'onMount' | 'onDestroy' type TheatreSequenceOptions = Required[0]>> type PlaybackRange = TheatreSequenceOptions['range'] | undefined type IterationCount = TheatreSequenceOptions['iterationCount'] | undefined type PlaybackDirection = TheatreSequenceOptions['direction'] | undefined type SequenceAudioOptions = Parameters[0]