import type { PluginHookContributions } from "../../types/hook"; type PostToolUseHook = NonNullable; export declare const EMPTY_RESPONSE_WARNING = "[EMPTY RESPONSE WARNING]\nTask invocation completed but returned no response. This indicates the agent either:\n- Failed to execute properly\n- Did not terminate correctly\n- Returned an empty result\n\nNote: The call has already completed - you are NOT waiting for a response. Proceed accordingly."; export declare function createEmptyResponseDetectorHandler(): PostToolUseHook; export {};