import { Field } from "o1js"; /** * Hash using Poseidon an arbitrary object, or string. */ export declare function hashData(obj: any): Field;