import { AptosDataCache, AptosParserRepo, AptosLocalCache } from '@manahippo/move-to-ts'; import { U64 } from '@manahippo/move-to-ts'; import { TypeTag } from '@manahippo/move-to-ts'; import { HexString, AptosClient } from 'aptos'; import * as Stdlib from '../stdlib'; export declare const packageName = "Liquidswapv05"; export declare const moduleAddress: HexString; export declare const moduleName = "coin_helper"; export declare const ERR_CANNOT_BE_THE_SAME_COIN: U64; export declare const ERR_IS_NOT_COIN: U64; export declare const SYMBOL_PREFIX_LENGTH: U64; export declare function compare_($c: AptosDataCache, $p: TypeTag[]): Stdlib.Comparator.Result; export declare function is_sorted_($c: AptosDataCache, $p: TypeTag[]): boolean; 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=coin_helper.d.ts.map