import { OriTransaction, TransactionUpdate } from '../types'; export declare const updateCreator: (transaction: OriTransaction) => TransactionUpdate;