import { Types } from '../../../constants';
import { WrapHelper } from '../WrapHelper';
export declare class WrapTransactionHelper extends WrapHelper {
    protected readonly type = Types.Transaction;
}
