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