declare enum JN { Unknown = "", Join = "join", Withdraw = "withdraw" } export default JN; //# sourceMappingURL=JN.d.ts.map