pub type ProgramsConfig = BTreeMap<Cluster, BTreeMap<String, ProgramDeployment>>;
pub struct ProgramsConfig { /* private fields */ }