import { z } from "zod"; import { type ActionSpec } from "../../types.js"; /** 341 wrapped engine tools routed to the `animation` category. */ export declare const actions: Record; /** The parameters those actions accept, declared so the MCP layer stops stripping them. */ export declare const schema: Record;