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