declare const DEPOSIT = "DEPOSIT"; declare const WITHDRAW = "WITHDRAW"; declare const INVESTMENT = "INVESTMENT"; declare const INVESTMENT_RETURN = "INVESTMENT_RETURN"; declare const SMP_BUY = "SMP_BUY"; declare const SMP_SELL = "SMP_SELL"; declare const SMP_PRICE_TRANSFER = "SMP_PRICE_TRANSFER"; declare const SMP_SALE_FEE = "SMP_SALE_FEE"; declare const CREDIT = "CREDIT"; declare const PAYMENT = "PAYMENT"; declare const RESEND = "RESEND"; declare const RETURN = "RETURN"; declare const CREDIT_FEE = "CREDIT_FEE"; declare const CREDIT_FEE_RETURN = "CREDIT_FEE_RETURN"; declare const INVESTMENT_FEE = "INVESTMENT_FEE"; declare const INVESTMENT_FEE_RETURN = "INVESTMENT_FEE_RETURN"; declare const COLLECTION_FEE = "COLLECTION_FEE"; declare const INTEREST = "INTEREST"; declare const IGNORE = "IGNORE"; declare const UNSPECIFIED_IN = "UNSPECIFIED_IN"; declare const UNSPECIFIED_OUT = "UNSPECIFIED_OUT"; export declare type TransactionCategory = typeof DEPOSIT | typeof WITHDRAW | typeof INVESTMENT | typeof INVESTMENT_RETURN | typeof SMP_BUY | typeof SMP_SELL | typeof SMP_PRICE_TRANSFER | typeof SMP_SALE_FEE | typeof CREDIT | typeof PAYMENT | typeof RESEND | typeof RETURN | typeof CREDIT_FEE | typeof CREDIT_FEE_RETURN | typeof INVESTMENT_FEE | typeof INVESTMENT_FEE_RETURN | typeof COLLECTION_FEE | typeof INTEREST | typeof IGNORE | typeof UNSPECIFIED_IN | typeof UNSPECIFIED_OUT; export {};