import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetReviewTemplateAnswerInput, GetReviewTemplateAnswerOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetReviewTemplateAnswerCommandInput extends GetReviewTemplateAnswerInput {} export interface GetReviewTemplateAnswerCommandOutput extends GetReviewTemplateAnswerOutput, __MetadataBearer {} declare const GetReviewTemplateAnswerCommand_base: { new ( input: GetReviewTemplateAnswerCommandInput, ): import("@smithy/core/client").CommandImpl< GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetReviewTemplateAnswerCommandInput, ): import("@smithy/core/client").CommandImpl< GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetReviewTemplateAnswerCommand extends GetReviewTemplateAnswerCommand_base { protected static __types: { api: { input: GetReviewTemplateAnswerInput; output: GetReviewTemplateAnswerOutput; }; sdk: { input: GetReviewTemplateAnswerCommandInput; output: GetReviewTemplateAnswerCommandOutput; }; }; }