import type { RTAModelVersion } from './rta-model-version.js';
/**
 * List of model versions that the model object has
 */
export type RTAModelVersionList = RTAModelVersion[];
//# sourceMappingURL=rta-model-version-list.d.ts.map