/** * PLAY_EMOTE action — plays an emote animation on the avatar. * * When triggered the action: * 1. Extracts the emote ID from required structured parameters * 2. Looks up the emote in the catalog * 3. POSTs to the local API server to trigger the animation * 4. Returns success without posting chat text * * @module actions/emote */ import type { Action } from "@elizaos/core"; export declare const emoteAction: Action; //# sourceMappingURL=emote.d.ts.map