export declare function SHA1(data: Uint8Array): Uint8Array; export declare function SHA256(data: Uint8Array): Uint8Array;