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