import type { PluginHookHandler } from "../../types/plugin"; declare const BLOCK_MESSAGE = "File already exists. Read the file before writing to it."; export declare function createWriteFileGuardHandler(directory: string): { preToolUse: PluginHookHandler; event: PluginHookHandler; }; export { BLOCK_MESSAGE };