/**
 * Storage variant (one of local or distributed).
 */
export declare enum StorageVariant {
    DISTRIBUTED = "distributed",
    LOCAL = "local"
}
