import type { PluginHookContributions } from "../../types/hook"; export declare const JSON_ERROR_PATTERNS: readonly [RegExp, RegExp, RegExp, RegExp, RegExp, RegExp]; export declare const JSON_ERROR_RECOVERY_MESSAGE = "[JSON ERROR RECOVERY]\nTool output appears to be malformed JSON. Re-check the response shape, validate it as strict JSON, and retry with a corrected payload or parser expectation."; type PostToolUseHook = NonNullable; export declare function createJsonErrorHandler(): PostToolUseHook; export {};