import { BigSource } from "big.js"; import { Value } from "./Value"; import { ValueRatio } from "./ValueRatio"; import { Percentage } from "./basic"; import { Field } from "../serialization/Field"; import { Margin } from "./Margin"; export declare class QuoteValue extends Value { private static readonly QUOTE_VALUE_ZERO; private constructor(); static of(raw: BigSource): QuoteValue; static zero(): QuoteValue; static field(property: string): Field; toCollateralMargin(loanToValue: Percentage): Margin; toLoanMargin(): Margin; toRatioAgainst(threshold: QuoteValue): ValueRatio; replaceWithValue(value: BigSource): QuoteValue; } //# sourceMappingURL=QuoteValue.d.ts.map