export declare module Endpoints {
    module Base {
        module Auth {
            const SANDBOX_URL = "https://access.sandbox.checkout.com";
            const PRODUCTION_URL = "https://access.checkout.com";
        }
        module Api {
            const SANDBOX_URL = "https://api.sandbox.checkout.com";
            const PRODUCTION_URL = "https://api.checkout.com";
        }
    }
}
