import { TaggedUnionType } from "kryo/types/tagged-union"; import * as tags from "./tags/index"; export declare type SpriteTag = tags.DoAbc | tags.DoAction | tags.DoInitAction | tags.FrameLabel | tags.PlaceObject | tags.Raw | tags.RemoveObject | tags.ShowFrame | tags.SoundStreamHead | tags.SoundStreamBlock | tags.StartSound | tags.StartSound2; export declare const $SpriteTag: TaggedUnionType;