import { CoinListClient, RawCoinInfo } from '@manahippo/coin-list'; import { ThalaStableTradingPool } from './stable'; import { ThalaWeightTradingPool } from './weight'; export declare const WEIGHTS: Record; export declare const NULL_TAG: import("@manahippo/move-to-ts").StructTag; export declare function assetNumberToStruct(coinList: CoinListClient, assetNumber?: number): import("@manahippo/move-to-ts").StructTag; export declare function getReserve(coinInfo: RawCoinInfo, pool: ThalaStableTradingPool | ThalaWeightTradingPool): number; //# sourceMappingURL=utils.d.ts.map