/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
/**
 * The event name used for token response activities.
 */
export declare const tokenResponseEventName = "tokens/response";
