import { AptosClient, HexString } from 'aptos'; import { AptosParserRepo } from '@manahippo/move-to-ts'; import { MarketInfo } from '../../generated/econia/registry'; export declare class EconiaClient { aptosClient: AptosClient; repo: AptosParserRepo; registryOwner: HexString; constructor(aptosClient: AptosClient, repo: AptosParserRepo, registryOwner: HexString); getMarkets(): Promise; } //# sourceMappingURL=econia_client.d.ts.map