import { Operation } from "@ledgerhq/types-live"; import { EventLog, TransferLog } from "../types"; export declare const mapVetTransfersToOperations: (txs: TransferLog[], accountId: string, addr: string) => Promise; export declare const mapTokenTransfersToOperations: (events: EventLog[], accountId: string, addr: string) => Promise; //# sourceMappingURL=mapTransfersToOperations.d.ts.map