/// import { BarretenbergWasm } from '../../wasm/index.js'; export declare class Grumpkin { private wasm; constructor(wasm: BarretenbergWasm); static generator: Buffer; mul(point: Uint8Array, scalar: Uint8Array): Buffer; batchMul(points: Uint8Array, scalar: Uint8Array, numPoints: number): Buffer; getRandomFr(): Buffer; reduce512BufferToFr(uint512Buf: Buffer): Buffer; } //# sourceMappingURL=index.d.ts.map