import { Buffer } from 'buffer/index.js'; export declare function sha256(data: (Buffer | Uint8Array)[]): Buffer;