module mikoto.config; interface Config { Config scopeTo(string prefix); string readValue(string name, string fallback = null); }