/** Specifies the possible animation effects that can be applied to a skeleton. */ export type SkeletonAnimation = "pulse" | "wave" | "none"; //# sourceMappingURL=SkeletonAnimation.d.ts.map