import { Field } from "./Field"; import Big from "big.js"; import { BigType } from "./BigType"; export declare class BigField extends Field { private readonly type; private constructor(); static forType(type: BigType, property: string): BigField; decode(b: Uint8Array, offset?: number): Big; } //# sourceMappingURL=BigField.d.ts.map