pub type HookConfig = HashMap<String, Vec<HookDefinition>>;
Hook configuration (from settings).
pub struct HookConfig { /* private fields */ }