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