import { IManagedObject } from '@c8y/client';
export interface ISelectedSoftware {
    software: IManagedObject;
    version: IManagedObject;
    action: string;
}
export interface ISoftwareUpdateOperationPrototype {
    name: string;
    version: string;
    url: string;
    action: string;
}
//# sourceMappingURL=select-software.model.d.ts.map