import { TErrors } from '../../../errors/types/index.js';
export type CountQueueAcknowledgedMessagesControllerResponseDTO = readonly [200, number] | TErrors['QueueInvalidQueueParameterError'] | TErrors['QueueQueueNotFoundError'];
//# sourceMappingURL=CountQueueAcknowledgedMessagesControllerResponseDTO.d.ts.map