import type { PromptContext } from '../types'; /** * Renders the Agent Task Example and Skill Task Example sections. * These are identical across all harnesses. */ export declare function renderTaskExamples(ctx: PromptContext): string; //# sourceMappingURL=taskExamples.d.ts.map