export declare function sha256Checksum(payload: string | ArrayBuffer | Uint8Array): string;
