import { Fr } from '../../fields/fields'; import { Fieldable } from '../../serialize/serialize'; /** * Create a poseidon hash (field) from an array of input fields. * @param input - The input fields to hash. * @returns The poseidon hash. */ export declare function poseidon2Hash(input: Fieldable[]): Promise;