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