import { F1Field } from './ff'; export declare const OPT: { C: bigint[][]; S: bigint[][]; M: bigint[][][]; P: bigint[][][]; }; export declare const getPoseidon: () => { new (): {}; F: F1Field; hash(inputs: bigint[]): bigint; hashBytes(msg: Uint8Array): bigint; hashBytesX(msg: Uint8Array, frameSize: number): bigint; spongeHashX(inputs: bigint[], frameSize: number): bigint; }; //# sourceMappingURL=poseidon-opt.d.ts.map