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