import { BigSource } from "big.js"; import { Decimal } from "./basic"; import { Field } from "../serialization/Field"; export declare class Slot extends Decimal { private static SLOT_ZERO; private constructor(); static zero(): Slot; static of(raw: BigSource): Slot; static field(property: string): Field; replaceWithValue(value: BigSource): Slot; } //# sourceMappingURL=Slot.d.ts.map