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