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