export declare function hashArray(content: string[]): string; export declare function hashObject(obj: object): string;