export declare function isSha256(str: string): boolean; export declare function isSha1(str: string): boolean; export declare function hashString(s: string, length?: number): string; export declare function hashStrings(strings: string[]): string;