import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_2"; import { BatchCreateTopicReviewedAnswerRequest } from "../models/models_5"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface BatchCreateTopicReviewedAnswerCommandInput extends BatchCreateTopicReviewedAnswerRequest {} export interface BatchCreateTopicReviewedAnswerCommandOutput extends BatchCreateTopicReviewedAnswerResponse, __MetadataBearer {} declare const BatchCreateTopicReviewedAnswerCommand_base: { new ( input: BatchCreateTopicReviewedAnswerCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchCreateTopicReviewedAnswerCommandInput, BatchCreateTopicReviewedAnswerCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchCreateTopicReviewedAnswerCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchCreateTopicReviewedAnswerCommandInput, BatchCreateTopicReviewedAnswerCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchCreateTopicReviewedAnswerCommand extends BatchCreateTopicReviewedAnswerCommand_base { protected static __types: { api: { input: BatchCreateTopicReviewedAnswerRequest; output: BatchCreateTopicReviewedAnswerResponse; }; sdk: { input: BatchCreateTopicReviewedAnswerCommandInput; output: BatchCreateTopicReviewedAnswerCommandOutput; }; }; }