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