import { TControllerRequestHandler, TControllerRequestPayloadEmpty } from '../../../../../../lib/controller/types/index.js'; import { GetBindingsControllerRequestPathDTO } from './GetBindingsControllerRequestPathDTO.js'; import { GetBindingsControllerRequestQueryDTO } from './GetBindingsControllerRequestQueryDTO.js'; import { GetBindingsControllerResponseDTO } from './GetBindingsControllerResponseDTO.js'; export declare const getBindingsController: TControllerRequestHandler; //# sourceMappingURL=getBindingsController.d.ts.map