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