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