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