/**
 * The Avaialble Endpoints for the Auth Provider
 */
export declare enum APIUrls {
    UserAuth = "https://appcenter.intuit.com",
    OAuth2 = "https://oauth.platform.intuit.com/oauth2/v1",
    OAuthDeveloper = "https://developer.api.intuit.com/v2/oauth2",
    SandboxApiBaseUrl = "https://sandbox-quickbooks.api.intuit.com/v3",
    ProductionApiBaseUrl = "https://quickbooks.api.intuit.com/v3"
}
