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