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