export declare enum PayPalEnvironment {
    Sandbox = "sandbox",
    Production = "production"
}
