import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ReverseReplicationRequest, ReverseReplicationResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ReverseReplicationCommandInput extends ReverseReplicationRequest {} export interface ReverseReplicationCommandOutput extends ReverseReplicationResponse, __MetadataBearer {} declare const ReverseReplicationCommand_base: { new ( input: ReverseReplicationCommandInput, ): import("@smithy/core/client").CommandImpl< ReverseReplicationCommandInput, ReverseReplicationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ReverseReplicationCommandInput, ): import("@smithy/core/client").CommandImpl< ReverseReplicationCommandInput, ReverseReplicationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ReverseReplicationCommand extends ReverseReplicationCommand_base { protected static __types: { api: { input: ReverseReplicationRequest; output: ReverseReplicationResponse; }; sdk: { input: ReverseReplicationCommandInput; output: ReverseReplicationCommandOutput; }; }; }