/** These are the animations in the "005.100_collectible.anm2" file. */
export declare enum CollectibleAnimation {
    IDLE = "Idle",
    EMPTY = "Empty",
    SHOP_IDLE = "ShopIdle",
    PLAYER_PICKUP = "PlayerPickup",
    PLAYER_PICKUP_SPARKLE = "PlayerPickupSparkle",
    ALTERNATE = "Alternates"
}
//# sourceMappingURL=CollectibleAnimation.d.ts.map