import { HexString } from "aptos";
/**
 *
 * @param account Address of user
 * @returns hex string of modules
 * Define struct contain 6 parameter struct abcdef { ABCDEF {} }
 */
export declare const getRanDomModuleNameHex: (account: HexString) => string[];
export declare const strToHex: (str: string) => string;
export declare const decimalToHex: (d: number | bigint) => string;
export declare const decimalToHexReverse: (d: number | bigint) => string;
//# sourceMappingURL=util.d.ts.map