import { AptosDataCache } from '@manahippo/move-to-ts'; import { AptosAccount, AptosClient } from 'aptos'; import { Command } from 'commander'; import * as Std from '../generated/stdlib'; import { App } from '../generated'; export declare const readConfig: (program: Command) => { app: App; client: AptosClient; account: AptosAccount; netConf: import("../config").NetworkConfiguration; }; export declare function strToString(str: string, $c: AptosDataCache): Std.String.String; //# sourceMappingURL=utils.d.ts.map