import type { PluginHookContributions } from "../../types/hook"; type PreToolUseHook = NonNullable; export declare const EMPTY_CATCH_WARNING: string; export declare function createCommentCheckerHandler(): PreToolUseHook; export {};