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