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