import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDeleteKnowledgeBaseRequest, BatchDeleteKnowledgeBaseResponse, } from "../models/models_2"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface BatchDeleteKnowledgeBaseCommandInput extends BatchDeleteKnowledgeBaseRequest {} export interface BatchDeleteKnowledgeBaseCommandOutput extends BatchDeleteKnowledgeBaseResponse, __MetadataBearer {} declare const BatchDeleteKnowledgeBaseCommand_base: { new ( input: BatchDeleteKnowledgeBaseCommandInput ): import("@smithy/core/client").CommandImpl< BatchDeleteKnowledgeBaseCommandInput, BatchDeleteKnowledgeBaseCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchDeleteKnowledgeBaseCommandInput ): import("@smithy/core/client").CommandImpl< BatchDeleteKnowledgeBaseCommandInput, BatchDeleteKnowledgeBaseCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchDeleteKnowledgeBaseCommand extends BatchDeleteKnowledgeBaseCommand_base { protected static __types: { api: { input: BatchDeleteKnowledgeBaseRequest; output: BatchDeleteKnowledgeBaseResponse; }; sdk: { input: BatchDeleteKnowledgeBaseCommandInput; output: BatchDeleteKnowledgeBaseCommandOutput; }; }; }