import { Field } from "o1js";
import { CanonicalElement } from "./commitment.js";
export declare function convertFieldToCanonicalElement(field: Field): CanonicalElement;
