/** Zpool and their availability */
export interface ZpoolStockProfile {
    /** Minimum accepted available zpools */
    minimumAvailability: string;
    /** Reference of zpool */
    profile: string;
    /** Available zpools */
    realCount: number;
}
//# sourceMappingURL=ZpoolStockProfile.d.ts.map