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