import { UnitAndValueDouble } from '../../complexType/UnitAndValueDouble';
import { UnitAndValueLong } from '../../complexType/UnitAndValueLong';
/** A Host profile */
export interface Profile {
    /**  */
    core: string;
    /**  */
    cpu: UnitAndValueDouble;
    /**  */
    name: string;
    /**  */
    ram: UnitAndValueLong;
}
//# sourceMappingURL=Profile.d.ts.map