import type { ToolResultPresentation } from "../ToolResultPresentation.js"; export declare const TOOL_RESULT_PRESENTATION_MAXIMUM_OUTPUT_CHARACTERS = 3000; export declare const TOOL_RESULT_PRESENTATION_TRUNCATION_NOTICE = "[Command output truncated]\n"; export declare const TOOL_RESULT_PRESENTATION_RETAINED_OUTPUT_CHARACTERS: number; export declare const TOOL_RESULT_PRESENTATION_RETAINED_OUTPUT_HEAD_CHARACTERS: number; export declare const TOOL_RESULT_PRESENTATION_RETAINED_OUTPUT_TAIL_CHARACTERS: number; export declare function boundToolResultPresentation(presentation: ToolResultPresentation | undefined): ToolResultPresentation | undefined;