import { Account, Wallet } from '../../../wallet'; import { DecryptedNoteValue } from '../../../wallet/walletdb/decryptedNoteValue'; import { TransactionValue } from '../../../wallet/walletdb/transactionValue'; import { WorkerPool } from '../../../workerPool'; import { RpcWalletNote } from './types'; export declare function getAccount(wallet: Wallet, name?: string): Account; export declare function getTransactionNotes(workerPool: WorkerPool, account: Account, transaction: TransactionValue): Promise>; export declare function getAccountDecryptedNotes(workerPool: WorkerPool, account: Account, transaction: TransactionValue): Promise; //# sourceMappingURL=utils.d.ts.map