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