export declare class transactionTypes { static DEPOSIT: string; static WITHDRAWAL: string; static PROMO: string; }