export declare class HashHelper { static fromObject(obj: any | null): string | null; }