import type { Layer, TrackKeyframeValue } from '@sxxov/ut/animation'; export interface LayerContext { layer: Layer; }