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