/** * TAP HUD - Last Tool Element * * Renders the name of the most recently called tool in this session. */ /** * Render last tool name. * * Format: tool:Read */ export declare function renderLastTool(lastToolName: string | null): string | null; //# sourceMappingURL=last-tool.d.ts.map