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