import type { Composition, TimelineSegmentValue } from '@sxxov/ut/animation'; export interface CompositionContext { composition: Composition; }