import type { PluginHookContributions } from "../../types/hook"; type PostToolUseHook = NonNullable; export declare const POST_READ_NUDGE = "\n\n---\nWorkflow Reminder: delegate based on rules; if mentioning a specialist, launch it in this same turn."; export declare const DELEGATION_ESCALATION_NUDGE: string; export declare function createPostReadNudgeHandler(): PostToolUseHook; export {};