import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { AssociateLexBotRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AssociateLexBotCommandInput extends AssociateLexBotRequest {} export interface AssociateLexBotCommandOutput extends __MetadataBearer {} declare const AssociateLexBotCommand_base: { new ( input: AssociateLexBotCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateLexBotCommandInput, AssociateLexBotCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociateLexBotCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateLexBotCommandInput, AssociateLexBotCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AssociateLexBotCommand extends AssociateLexBotCommand_base { protected static __types: { api: { input: AssociateLexBotRequest; output: {}; }; sdk: { input: AssociateLexBotCommandInput; output: AssociateLexBotCommandOutput; }; }; }