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