/** * Uses Node.js standard crypto module to calculate a * sha256 hash of the provided object. */ export declare function sha256(obj: any): string;