export declare class HashUtil {
    static getHashCode(obj: object): number | null;
    private static getHashCodeInternal;
}
