export declare const url: { readonly baseUrl: "https://www.saucedemo.com/"; readonly inventory: "https://www.saucedemo.com/inventory.html"; readonly cart: "https://www.saucedemo.com/cart.html"; readonly checkoutStepOne: "https://www.saucedemo.com/checkout-step-one.html"; readonly checkoutStepTwo: "https://www.saucedemo.com/checkout-step-two.html"; readonly checkoutComplete: "https://www.saucedemo.com/checkout-complete.html"; };