import type { PromptContext } from '../types'; /** * Renders the optional host-native tool inventory for process authors. */ export declare function renderHostTools(ctx: PromptContext): string; //# sourceMappingURL=hostTools.d.ts.map