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