export declare const ActivityType: { readonly Adjustment: "ADJUSTMENT"; readonly AppFeeRefund: "APP_FEE_REFUND"; readonly AppFeeRevenue: "APP_FEE_REVENUE"; readonly AutomaticSavings: "AUTOMATIC_SAVINGS"; readonly AutomaticSavingsReversed: "AUTOMATIC_SAVINGS_REVERSED"; readonly Charge: "CHARGE"; readonly DepositFee: "DEPOSIT_FEE"; readonly DepositFeeReversed: "DEPOSIT_FEE_REVERSED"; readonly Dispute: "DISPUTE"; readonly Escheatment: "ESCHEATMENT"; readonly Fee: "FEE"; readonly FreeProcessing: "FREE_PROCESSING"; readonly HoldAdjustment: "HOLD_ADJUSTMENT"; readonly InitialBalanceChange: "INITIAL_BALANCE_CHANGE"; readonly MoneyTransfer: "MONEY_TRANSFER"; readonly MoneyTransferReversal: "MONEY_TRANSFER_REVERSAL"; readonly OpenDispute: "OPEN_DISPUTE"; readonly Other: "OTHER"; readonly OtherAdjustment: "OTHER_ADJUSTMENT"; readonly PaidServiceFee: "PAID_SERVICE_FEE"; readonly PaidServiceFeeRefund: "PAID_SERVICE_FEE_REFUND"; readonly RedemptionCode: "REDEMPTION_CODE"; readonly Refund: "REFUND"; readonly ReleaseAdjustment: "RELEASE_ADJUSTMENT"; readonly ReserveHold: "RESERVE_HOLD"; readonly ReserveRelease: "RESERVE_RELEASE"; readonly ReturnedPayout: "RETURNED_PAYOUT"; readonly SquareCapitalPayment: "SQUARE_CAPITAL_PAYMENT"; readonly SquareCapitalReversedPayment: "SQUARE_CAPITAL_REVERSED_PAYMENT"; readonly SubscriptionFee: "SUBSCRIPTION_FEE"; readonly SubscriptionFeePaidRefund: "SUBSCRIPTION_FEE_PAID_REFUND"; readonly SubscriptionFeeRefund: "SUBSCRIPTION_FEE_REFUND"; readonly TaxOnFee: "TAX_ON_FEE"; readonly ThirdPartyFee: "THIRD_PARTY_FEE"; readonly ThirdPartyFeeRefund: "THIRD_PARTY_FEE_REFUND"; readonly Payout: "PAYOUT"; readonly AutomaticBitcoinConversions: "AUTOMATIC_BITCOIN_CONVERSIONS"; readonly AutomaticBitcoinConversionsReversed: "AUTOMATIC_BITCOIN_CONVERSIONS_REVERSED"; readonly CreditCardRepayment: "CREDIT_CARD_REPAYMENT"; readonly CreditCardRepaymentReversed: "CREDIT_CARD_REPAYMENT_REVERSED"; readonly LocalOffersCashback: "LOCAL_OFFERS_CASHBACK"; readonly LocalOffersFee: "LOCAL_OFFERS_FEE"; readonly PercentageProcessingEnrollment: "PERCENTAGE_PROCESSING_ENROLLMENT"; readonly PercentageProcessingDeactivation: "PERCENTAGE_PROCESSING_DEACTIVATION"; readonly PercentageProcessingRepayment: "PERCENTAGE_PROCESSING_REPAYMENT"; readonly PercentageProcessingRepaymentReversed: "PERCENTAGE_PROCESSING_REPAYMENT_REVERSED"; readonly ProcessingFee: "PROCESSING_FEE"; readonly ProcessingFeeRefund: "PROCESSING_FEE_REFUND"; readonly UndoProcessingFeeRefund: "UNDO_PROCESSING_FEE_REFUND"; readonly GiftCardLoadFee: "GIFT_CARD_LOAD_FEE"; readonly GiftCardLoadFeeRefund: "GIFT_CARD_LOAD_FEE_REFUND"; readonly UndoGiftCardLoadFeeRefund: "UNDO_GIFT_CARD_LOAD_FEE_REFUND"; readonly BalanceFoldersTransfer: "BALANCE_FOLDERS_TRANSFER"; readonly BalanceFoldersTransferReversed: "BALANCE_FOLDERS_TRANSFER_REVERSED"; readonly GiftCardPoolTransfer: "GIFT_CARD_POOL_TRANSFER"; readonly GiftCardPoolTransferReversed: "GIFT_CARD_POOL_TRANSFER_REVERSED"; readonly SquarePayrollTransfer: "SQUARE_PAYROLL_TRANSFER"; readonly SquarePayrollTransferReversed: "SQUARE_PAYROLL_TRANSFER_REVERSED"; }; export type ActivityType = (typeof ActivityType)[keyof typeof ActivityType];