declare type v1Key = string | number | boolean | null | Record<string, unknown> | undefined;
export declare function hashV1PartitionKey(partitionKey: v1Key): string;
export {};
//# sourceMappingURL=v1.d.ts.map