export declare class CommonStrings { static readonly BOT_WORKING_DIR_NAME = "bot"; static readonly DEFAULT_FILE_ENCODING = "utf-8"; static readonly APP_SERVICE_PLAN = "App Service plan"; static readonly AZURE_WEB_APP = "Azure Web App"; static readonly BOT_CHANNEL_REGISTRATION = "Azure Bot Service channel registration"; static readonly MS_TEAMS_CHANNEL = "Teams channel"; static readonly AAD_APP = "AAD app"; static readonly AAD_CLIENT_SECRET = "AAD client secret"; static readonly APPSTUDIO_BOT_REGISTRATION = "App Studio bot registration"; static readonly APPSTUDIO_MSG_ENDPOINT = "App Studio message endpoint"; static readonly CONFIG_ITEM = "config item"; static readonly SHORT_APP_NAME = "short app name"; static readonly AUTH_REDIRECT_URI_SUFFIX = "/public"; static readonly AUTH_LOGIN_URI_SUFFIX = "/auth-start.html"; static readonly HTTPS_PREFIX = "https://"; static readonly MESSAGE_ENDPOINT_SUFFIX = "/api/messages"; } export declare class PluginAAD { static readonly PLUGIN_NAME = "fx-resource-aad-app-for-teams"; static readonly CLIENT_ID = "clientId"; static readonly CLIENT_SECRET = "clientSecret"; static readonly APPLICATION_ID_URIS = "applicationIdUris"; } export declare class PluginLocalDebug { static readonly PLUGIN_NAME = "fx-resource-local-debug"; static readonly LOCAL_BOT_ENDPOINT = "localBotEndpoint"; } export declare class PluginSolution { static readonly PLUGIN_NAME = "solution"; static readonly SUBSCRIPTION_ID = "subscriptionId"; static readonly RESOURCE_GROUP_NAME = "resourceGroupName"; static readonly LOCATION = "location"; static readonly TENANT_ID = "tenantId"; static readonly M365_TENANT_ID = "teamsAppTenantId"; static readonly RESOURCE_NAME_SUFFIX = "resourceNameSuffix"; } export declare class PluginSql { static readonly PLUGIN_NAME = "fx-resource-azure-sql"; static readonly SQL_ENDPOINT = "sqlEndpoint"; static readonly SQL_DATABASE_NAME = "databaseName"; static readonly SQL_USERNAME = "sqlUsername"; static readonly SQL_PASSWORD = "sqlPassword"; } export declare class PluginIdentity { static readonly PLUGIN_NAME = "fx-resource-identity"; static readonly IDENTITY_ID = "identityId"; static readonly IDENTITY_NAME = "identityName"; } export declare class PluginFunction { static readonly PLUGIN_NAME = "fx-resource-function"; static readonly ENDPOINT = "functionEndpoint"; } export declare class PluginBot { static readonly PLUGIN_NAME = "fx-resource-bot"; static readonly BOT_ID = "botId"; static readonly BOT_PASSWORD = "botPassword"; static readonly OBJECT_ID = "objectId"; static readonly LOCAL_BOT_ID = "localBotId"; static readonly LOCAL_BOT_PASSWORD = "localBotPassword"; static readonly LOCAL_OBJECT_ID = "localObjectId"; static readonly PROGRAMMING_LANGUAGE = "programmingLanguage"; static readonly WAY_TO_REGISTER_BOT = "wayToRegisterBot"; static readonly SCAFFOLDED = "scaffolded"; static readonly APP_SERVICE_PLAN = "appServicePlan"; static readonly SITE_NAME = "siteName"; static readonly SKU_NAME = "skuName"; static readonly SITE_ENDPOINT = "siteEndpoint"; static readonly VALID_DOMAIN = "validDomain"; static readonly PROVISIONED = "provisioned"; static readonly WEB_APPLICATION_INFO_ID = "webApplicationInfo.id"; static readonly WEB_APPLICATION_INFO_RESOURCE = "webApplicationInfo.resource"; static readonly BOTS_SECTION = "bots"; static readonly BOT_CHANNEL_REGISTRATION = "botChannelReg"; static readonly UNPACK_FLAG = "unPackFlag"; static readonly MESSAGE_EXTENSION_SECTION = "composeExtensions"; static readonly REDIRECT_URI = "redirectUri"; static readonly LOCAL_REDIRECT_URI = "local_redirectUri"; } export declare class TelemetryStrings { static readonly COMPONENT_NAME = "fx-resource-bot"; } export declare class ConfigNames { static readonly PROGRAMMING_LANGUAGE = "programming language"; static readonly GRAPH_TOKEN = "graph token"; static readonly SUBSCRIPTION_ID = "subscription id"; static readonly SERVICE_CLIENT_CREDENTIALS = "service client credentials"; static readonly LOCATION = "location"; static readonly SKU_NAME = "sku name"; static readonly RESOURCE_GROUP = "resource group"; static readonly LOCAL_ENDPOINT = "local endpoint"; static readonly AUTH_CLIENT_ID = "auth client id"; static readonly AUTH_CLIENT_SECRET = "auth client secret"; static readonly AUTH_TENANT = "auth tenant"; static readonly AUTH_APPLICATION_ID_URIS = "auth application id uris"; static readonly SITE_ENDPOINT = "site endpoint"; static readonly BOT_ID = "bot id"; static readonly BOT_PASSWORD = "bot password"; static readonly LOCAL_BOT_ID = "local bot id"; static readonly LOCAL_BOT_PASSWORD = "local bot password"; static readonly APPSTUDIO_TOKEN = "app studio token"; static readonly AZURE_WEB_APP_AUTH_CONFIGS = "azure web app's auth configs"; static readonly MESSAGE_ENDPOINT = "message endpoint"; } export declare class Commands { static readonly NPM_INSTALL = "npm install"; static readonly NPM_BUILD = "npm run build"; } export declare class ClientNames { static readonly WEB_SITE_MGMT_CLIENT = "webSiteMgmtClient"; static readonly BOT_SERVICE_CLIENT = "botServiceClient"; } //# sourceMappingURL=strings.d.ts.map