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