import type { AnimationClip } from '../../animation/animation-clip'; export declare class GraphDataSet { resources: AnimationClip[]; getResource(index: number): AnimationClip | null; }