/** Share replica state */
export declare enum NetAppShareReplicaStateEnum {
    'active' = "active",
    'error' = "error",
    'in_sync' = "in_sync",
    'out_of_sync' = "out_of_sync"
}
//# sourceMappingURL=NetAppShareReplicaStateEnum.d.ts.map