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