export declare class Accumulator { #private; constructor(); setToZero(): void; add(otherBuf: Uint8Array): void; negate(): void; getFingerprint(n: number): Uint8Array; } //# sourceMappingURL=accumulator.d.ts.map