import { BigSource } from "big.js"; import { u64 } from "@solana/spl-token"; import { Decimal } from "./Decimal"; import { BigType } from "../../serialization/BigType"; import { Field } from "../../serialization/Field"; export declare class Lamport extends Decimal { protected static readonly ZERO: Lamport; protected static readonly ONE: Lamport; protected static readonly MAX: Lamport; private constructor(); static zero(): Lamport; static max(): Lamport; static of(raw: BigSource): Lamport; static field(type: BigType, property: string): Field; isTrivial(): boolean; isMax(): boolean; toU64(): u64; replaceWithValue(value: BigSource): Lamport; } //# sourceMappingURL=Lamport.d.ts.map