import { TControllerRequestHandler, TControllerRequestPayloadEmpty } from '../../lib/controller/types/index.js'; import { UpdateConfigurationControllerRequestBodyDTO } from './UpdateConfigurationControllerRequestBodyDTO.js'; import { UpdateConfigurationControllerResponseDTO } from './UpdateConfigurationControllerResponseDTO.js'; export declare const updateConfigurationController: TControllerRequestHandler; //# sourceMappingURL=updateConfigurationController.d.ts.map