import type { Branch } from './Branch'; import type { Model } from './Model'; export declare type OtaLatest = { model: Model; branch: Branch; };