//! Hook utilities for agent tool permission checking and helper functions.
//!
//! This module provides:
//! - `can_use_tool`: The CanUseToolFn type and related types for permission checking
//! - `helpers`: Helper functions for structured output and argument substitution
pub use *;
pub use *;