/** PCC and their availability */
export interface PccStockProfile {
    /** Available PCC */
    count: number;
    /** Kind of hypervisor */
    mode: string;
    /** Hypervisor version */
    realVersion: string;
}
//# sourceMappingURL=PccStockProfile.d.ts.map