import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDeleteTopicReviewedAnswerRequest, BatchDeleteTopicReviewedAnswerResponse, } from "../models/models_2"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface BatchDeleteTopicReviewedAnswerCommandInput extends BatchDeleteTopicReviewedAnswerRequest {} export interface BatchDeleteTopicReviewedAnswerCommandOutput extends BatchDeleteTopicReviewedAnswerResponse, __MetadataBearer {} declare const BatchDeleteTopicReviewedAnswerCommand_base: { new ( input: BatchDeleteTopicReviewedAnswerCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchDeleteTopicReviewedAnswerCommandInput, BatchDeleteTopicReviewedAnswerCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchDeleteTopicReviewedAnswerCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchDeleteTopicReviewedAnswerCommandInput, BatchDeleteTopicReviewedAnswerCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchDeleteTopicReviewedAnswerCommand extends BatchDeleteTopicReviewedAnswerCommand_base { protected static __types: { api: { input: BatchDeleteTopicReviewedAnswerRequest; output: BatchDeleteTopicReviewedAnswerResponse; }; sdk: { input: BatchDeleteTopicReviewedAnswerCommandInput; output: BatchDeleteTopicReviewedAnswerCommandOutput; }; }; }