/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
export declare enum ErrorCode {
    INVALID_BOT_CHECKSUM = "INVALID_BOT_CHECKSUM",
    INVALID_LUIS_AUTHORING_KEY = "INVALID_LUIS_AUTHORING_KEY"
}
