Load a yaml file into Yaml Map with content that are either maps or lists.
static Future<YamlMap> load(String path) async => await loadYamlImpl(path);