export declare class Sha256 { private state; private buffer; private bufferLength; private bytesLow; private bytesHigh; private finished; constructor(); reset(): void; update(data: Uint8Array): void; digestBytes(): Uint8Array; private serializeState; private addBytes; private processChunk; } //# sourceMappingURL=sha256.d.ts.map