/** Pool type the customer can deploy */
export declare enum PoolType {
    'hybridPool' = "hybridPool",
    'privatePool' = "privatePool",
    'publicPool' = "publicPool"
}
//# sourceMappingURL=PoolType.d.ts.map