import { AnimationAction } from "./AnimationAction"; export interface ExportedAnimation { actions: AnimationAction[]; }