/** * Creates a transaction object from payload */ export declare type ITransactionMapper = (string: any) => T;