/**
 * The the list of available scopes for the application
 */
export declare enum AuthScopes {
    Accounting = "com.intuit.quickbooks.accounting",
    Payment = "com.intuit.quickbooks.payment",
    OpenId = "openid",
    Profile = "profile",
    Email = "email",
    Phone = "phone",
    Address = "address"
}
