import { Field } from "o1js"; import { UIntConstructor, UInt } from "./UInt"; export declare class UInt224 extends UInt<224> { static Unsafe: { fromField(value: Field): UInt224; }; static Safe: { fromField(value: Field): UInt224; }; static check(x: { value: Field; }): void; static from(x: UInt<224> | bigint | number | string): UInt224; static get zero(): UInt224; static get max(): UInt224; constructorReference(): UIntConstructor<224>; numBits(): 224; } //# sourceMappingURL=UInt224.d.ts.map