import { StatsigUser } from '../StatsigUser'; export declare function SimpleHash(value: string): string; export declare function getHashValue(value: string, hash_used?: string | undefined): string; export declare function djb2HashForObject(object: Record | null): string; export declare function getSortedObject(object: Record | null): Record | null; export declare function getUserCacheKey(user: StatsigUser | null): string;