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