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