import { TErrors } from '../../../errors/types/index.js';
export type QueueExistsControllerResponseDTO = readonly [200, boolean] | TErrors['QueueInvalidQueueParameterError'];
//# sourceMappingURL=QueueExistsControllerResponseDTO.d.ts.map