import { Ratio } from "./basic"; import { BigSource } from "big.js"; export declare class Apy extends Ratio { private static APY_NA; private constructor(); static na(): Apy; static of(raw: BigSource): Apy; protected isCompatibleWith(that: Apy): boolean; } //# sourceMappingURL=Apy.d.ts.map