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