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