export declare enum ETransferType {
    Offer = 0,
    Insurance = 1,
    Parameterized = 2,
    PullRecord = 3,
    Unrecognized = 4
}
//# sourceMappingURL=ETransferType.d.ts.map