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