import type { HookContext, HookDecision } from './hooks.js'; export declare const SAFE_DESTRUCT_DETECT_REASON_PREFIX = "safe-destruct observe-only: destructive-command attempt"; export declare const SAFE_DESTRUCT_BLOCK_INJECT_CONTEXT: string; export declare function detectDestructiveCommands(command: string): string[]; export declare function createSafeDestructDetect(): (context: HookContext) => HookDecision;