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