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