import { AptosClient } from 'aptos'; import { AptosParserRepo, AptosLocalCache } from '@manahippo/move-to-ts'; import * as Fixed_point64 from './fixed_point64'; import * as Log_exp_math from './log_exp_math'; export * as Fixed_point64 from './fixed_point64'; export * as Log_exp_math from './log_exp_math'; 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; fixed_point64: Fixed_point64.App; log_exp_math: Log_exp_math.App; constructor(client: AptosClient, repo: AptosParserRepo, cache: AptosLocalCache); } //# sourceMappingURL=index.d.ts.map