import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeCommitClient"; import { UpdateApprovalRuleTemplateNameInput, UpdateApprovalRuleTemplateNameOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateApprovalRuleTemplateNameCommandInput extends UpdateApprovalRuleTemplateNameInput {} export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateApprovalRuleTemplateNameOutput, __MetadataBearer {} declare const UpdateApprovalRuleTemplateNameCommand_base: { new ( input: UpdateApprovalRuleTemplateNameCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateApprovalRuleTemplateNameCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateApprovalRuleTemplateNameCommand extends UpdateApprovalRuleTemplateNameCommand_base { protected static __types: { api: { input: UpdateApprovalRuleTemplateNameInput; output: UpdateApprovalRuleTemplateNameOutput; }; sdk: { input: UpdateApprovalRuleTemplateNameCommandInput; output: UpdateApprovalRuleTemplateNameCommandOutput; }; }; }