export declare const CONFIG_MODULE_PREFIX = "config"; export declare const CONFIG_MODULE_NAME = "config-module"; export declare const CONFIG_MODULE_API_TAG_NAME = "Configuration module"; export declare const CONFIG_MODULE_API_TAG_DESCRIPTION = "Endpoints related to configuring system settings, global parameters, and module-specific configurations."; export declare enum EventType { CONFIG_UPDATED = "ConfigModule.Configuration.Changed", CONFIG_RESET = "ConfigModule.Configuration.Reset" }