/**
 * @module botbuilder-dialogs
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
/**
 * Defines dialog turn state constants.
 */
export declare class DialogTurnStateConstants {
    static configuration: symbol;
    static dialogManager: symbol;
    static telemetryClient: symbol;
    static queueStorage: symbol;
}
//# sourceMappingURL=dialogTurnStateConstants.d.ts.map