import { MintId } from "./MintId"; import { Ratio, Percentage } from "./basic"; export declare class AssetExchangeRate extends Ratio { private readonly shareMintId; private readonly assetMintId; constructor(shareMintId: MintId, assetMintId: MintId, pct?: Percentage); getShareMintId(): MintId; getAssetMintId(): MintId; protected isCompatibleWith(that: AssetExchangeRate): boolean; } //# sourceMappingURL=AssetExchangeRate.d.ts.map