import type { PromptContext } from '../types'; /** * Renders the Task Kinds table and Effect Execution Hints section. */ export declare function renderTaskKinds(ctx: PromptContext): string; //# sourceMappingURL=taskKinds.d.ts.map