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