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