import { BigIntAsString } from "../../../types";
import { SupplyOnChain, TableOnChain } from "../../../general/types/castingTypes";
import { SuiObjectResponse } from "@mysten/sui/client";
export interface NftAmmMarketFieldsOnChain {
    nfts: TableOnChain;
    supply: SupplyOnChain;
    pool: SuiObjectResponse;
    fractions_amount: BigIntAsString;
}
//# sourceMappingURL=nftAmmApiCastingTypes.d.ts.map