import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PromoteRequest, PromoteResponse } from "../models/models_0"; export { __MetadataBearer }; export interface PromoteCommandInput extends PromoteRequest {} export interface PromoteCommandOutput extends PromoteResponse, __MetadataBearer {} declare const PromoteCommand_base: { new ( input: PromoteCommandInput, ): import("@smithy/core/client").CommandImpl< PromoteCommandInput, PromoteCommandOutput, import("..").MqClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PromoteCommandInput, ): import("@smithy/core/client").CommandImpl< PromoteCommandInput, PromoteCommandOutput, import("..").MqClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PromoteCommand extends PromoteCommand_base { protected static __types: { api: { input: PromoteRequest; output: PromoteResponse; }; sdk: { input: PromoteCommandInput; output: PromoteCommandOutput; }; }; }