export declare class CryptoUtils { static sha256(content: string): string; static hash(content: string, algorithm: string): string; static hashcode(content: string): number; } //# sourceMappingURL=crypto_utils.d.ts.map