import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopSourceNetworkReplicationRequest, StopSourceNetworkReplicationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StopSourceNetworkReplicationCommandInput extends StopSourceNetworkReplicationRequest {} export interface StopSourceNetworkReplicationCommandOutput extends StopSourceNetworkReplicationResponse, __MetadataBearer {} declare const StopSourceNetworkReplicationCommand_base: { new ( input: StopSourceNetworkReplicationCommandInput, ): import("@smithy/core/client").CommandImpl< StopSourceNetworkReplicationCommandInput, StopSourceNetworkReplicationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopSourceNetworkReplicationCommandInput, ): import("@smithy/core/client").CommandImpl< StopSourceNetworkReplicationCommandInput, StopSourceNetworkReplicationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopSourceNetworkReplicationCommand extends StopSourceNetworkReplicationCommand_base { protected static __types: { api: { input: StopSourceNetworkReplicationRequest; output: StopSourceNetworkReplicationResponse; }; sdk: { input: StopSourceNetworkReplicationCommandInput; output: StopSourceNetworkReplicationCommandOutput; }; }; }