export declare enum CaisseOpsType { TRANSFERT = "TRANSFER", DEPOT = "DEPOT", RETRAIT = "RETRAIT", DEPOSIT = "Deposit", WITHDRAWALL = "Withdrawall" }