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