import { TransactionManifest, Value } from '@radixdlt/radix-engine-toolkit'; import { Account } from './types.js'; export declare const bytes: (hex: string) => Value; export declare const getAccountPrefix: (networkId: number) => string; export declare const generateNewEd25519VirtualAccount: (privateKey: string, networkId: number) => Promise; export declare function stringToTransactionManifest(tx: string, networkId: number): Promise; export declare function transactionManifestToString(tx: TransactionManifest, networkId: number): Promise; //# sourceMappingURL=utils.d.ts.map