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