import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartSourceNetworkReplicationRequest, StartSourceNetworkReplicationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartSourceNetworkReplicationCommandInput extends StartSourceNetworkReplicationRequest {} export interface StartSourceNetworkReplicationCommandOutput extends StartSourceNetworkReplicationResponse, __MetadataBearer {} declare const StartSourceNetworkReplicationCommand_base: { new ( input: StartSourceNetworkReplicationCommandInput, ): import("@smithy/core/client").CommandImpl< StartSourceNetworkReplicationCommandInput, StartSourceNetworkReplicationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartSourceNetworkReplicationCommandInput, ): import("@smithy/core/client").CommandImpl< StartSourceNetworkReplicationCommandInput, StartSourceNetworkReplicationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartSourceNetworkReplicationCommand extends StartSourceNetworkReplicationCommand_base { protected static __types: { api: { input: StartSourceNetworkReplicationRequest; output: StartSourceNetworkReplicationResponse; }; sdk: { input: StartSourceNetworkReplicationCommandInput; output: StartSourceNetworkReplicationCommandOutput; }; }; }