import { OriTransaction, Transaction } from '../types'; export declare const getCreator: (transaction: OriTransaction) => Transaction['get'];