// This file is generated and will be overwritten automatically. #import @class MBXConfigurationOptions; @class MBXConfigurationServiceError; NS_SWIFT_NAME(ConfigurationServiceObserver) @protocol MBXConfigurationServiceObserver - (void)didStartUpdate; - (void)didUpdateForOptions:(nonnull MBXConfigurationOptions *)options; - (void)didEncounterErrorForError:(nonnull MBXConfigurationServiceError *)error; @end