export declare enum VyEnvironment { Sandbox = "SANDBOX", Production = "PRODUCTION" } export declare enum VyApiEndpoint { None = "NONE", Auth = "AUTH", Wallet = "WALLET", Nft = "NFT", Pay = "PAY", Token = "TOKEN", Extension = "EXT" } //# sourceMappingURL=VyEnums.d.ts.map