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