import { AptosClient } from "aptos"; import { AptosParserRepo, AptosLocalCache } from "@manahippo/move-to-ts"; import * as Coin_list from './coin_list'; import * as Iterable_table from './iterable_table'; import * as Testnet_coins from './testnet_coins'; export * as Coin_list from './coin_list'; export * as Iterable_table from './iterable_table'; export * as Testnet_coins from './testnet_coins'; export declare function loadParsers(repo: AptosParserRepo): void; export declare function getPackageRepo(): AptosParserRepo; export declare type AppType = { client: AptosClient; repo: AptosParserRepo; cache: AptosLocalCache; }; export declare class App { client: AptosClient; repo: AptosParserRepo; cache: AptosLocalCache; coin_list: Coin_list.App; iterable_table: Iterable_table.App; testnet_coins: Testnet_coins.App; constructor(client: AptosClient, repo: AptosParserRepo, cache: AptosLocalCache); } //# sourceMappingURL=index.d.ts.map