/**
 * The Grant Type for the API
 */
export declare enum GrantType {
    AuthorizationCode = "authorization_code",
    RefreshToken = "refresh_token"
}
