export declare enum MCurrencyType { NONE = "", CAD = "CAD", USD = "USD", EUR = "EUR" } //# sourceMappingURL=money.d.ts.map