export { randomFieldElement, P } from "./ff";
export declare const poseidon: (inputs: string[] | number[] | bigint[]) => bigint;
