/**
 * Type of PartitionKey i.e. Hash, MultiHash
 */
export declare enum PartitionKeyKind {
    Hash = "Hash",
    MultiHash = "MultiHash"
}
//# sourceMappingURL=PartitionKeyKind.d.ts.map