export declare const BN254_FIELD_SIZE = 21888242871839275222246405745257275088548364400416034343698204186575808495617n;
export declare function poseidonHash(inputs: (number | bigint | string)[]): bigint;
