import { AptosDataCache, AptosParserRepo, AptosLocalCache } from "@manahippo/move-to-ts"; import { U64 } from "@manahippo/move-to-ts"; import { HexString, AptosClient } from "aptos"; export declare const packageName = "swap"; export declare const moduleAddress: HexString; export declare const moduleName = "math"; export declare function sqrt_(x: U64, $c: AptosDataCache): U64; export declare function loadParsers(repo: AptosParserRepo): void; export declare class App { client: AptosClient; repo: AptosParserRepo; cache: AptosLocalCache; constructor(client: AptosClient, repo: AptosParserRepo, cache: AptosLocalCache); get moduleAddress(): HexString; get moduleName(): string; } //# sourceMappingURL=math.d.ts.map