import type { Dialect, InbandTool } from "./types.js"; export declare function renderToolExamples(tool: InbandTool, dialect: Dialect, intentField?: string): string;