import { AptosClient } from 'aptos'; import { AptosParserRepo, AptosLocalCache, u8, u64, u128 } from '@manahippo/move-to-ts'; import * as lp from './lp'; import * as stdlib from './stdlib'; import * as swap from './swap'; import * as coin_list from './coin_list'; export * as lp from './lp'; export * as stdlib from './stdlib'; export * as swap from './swap'; export * as coin_list from './coin_list'; export { u8, u64, u128 }; export declare function getProjectRepo(): AptosParserRepo; export declare class App { client: AptosClient; parserRepo: AptosParserRepo; cache: AptosLocalCache; lp: lp.App; stdlib: stdlib.App; coin_list: coin_list.App; swap: swap.App; constructor(client: AptosClient); } //# sourceMappingURL=index.d.ts.map