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