import { AptosAccount, AptosClient, HexString, TxnBuilderTypes, Types } from 'aptos'; import { App } from '../generated'; import { AptosDataCache } from '@manahippo/move-to-ts'; import * as Std from '../generated/stdlib'; export declare const walletClient: () => Promise; export declare const readConfig: () => { app: App; client: AptosClient; account: AptosAccount; coinListAddress: HexString; netConf: import("../config").NetworkConfiguration; }; export declare function strToString(str: string, $c: AptosDataCache): Std.String.String; export declare const sendPayloadTxLocal: (simulation: boolean, client: AptosClient, account: AptosAccount, payload: TxnBuilderTypes.TransactionPayloadEntryFunction | Types.TransactionPayload_EntryFunctionPayload, maxGas: string) => Promise; //# sourceMappingURL=utils.d.ts.map