pub type HkConfig = IndexMap<String, HkValue>;
Represents the structure of a .hk file. Sections are top-level keys in the outer IndexMap to preserve order.
pub struct HkConfig { /* private fields */ }