import { AgentToolCall } from '@multiplayer-app/ai-agent-types'; export declare const getToolStatusMessage: (call: AgentToolCall, toolLabel: string) => string; export declare const formatDebugJson: (value: unknown) => string; //# sourceMappingURL=utils.d.ts.map