import { type ToolListEntry } from './build-tool-list.js'; export declare const DESCRIPTION_CHAR_LIMIT = 2048; export declare const EXECUTE_ARGS_NOTE = "Both `execute` arguments are required: `code` (the JavaScript to run; return a value to receive it) and `description` (a short human-readable summary of what the code does)."; export declare function buildExecuteDescription(hasFetch: boolean, toolList?: ToolListEntry[]): string; export declare const DESCRIBE_TOOLS_DESCRIPTION: string; export declare function buildCodeModeInstructions(hasFetch: boolean, toolList?: ToolListEntry[]): string; export declare function buildExecuteExample(toolNames: string[]): string; export declare const USAGE_NOTES: string; //# sourceMappingURL=prompts.d.ts.map