//! Module: query::intent
//! Responsibility: query intent construction, coercion, and semantic-plan compilation.
//! Does not own: executor runtime behavior or index storage details.
//! Boundary: typed/dynamic and SQL inputs lower into validated logical plans.
pub use StructuralQueryCacheKey;
pub use ;
pub use QueryModel;
pub use StructuralQuery;
pub use QueryIntent;