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