import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartReplicationRequest, StartReplicationResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StartReplicationCommandInput extends StartReplicationRequest {} export interface StartReplicationCommandOutput extends StartReplicationResponse, __MetadataBearer {} declare const StartReplicationCommand_base: { new ( input: StartReplicationCommandInput, ): import("@smithy/core/client").CommandImpl< StartReplicationCommandInput, StartReplicationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartReplicationCommandInput, ): import("@smithy/core/client").CommandImpl< StartReplicationCommandInput, StartReplicationCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartReplicationCommand extends StartReplicationCommand_base { protected static __types: { api: { input: StartReplicationRequest; output: StartReplicationResponse; }; sdk: { input: StartReplicationCommandInput; output: StartReplicationCommandOutput; }; }; }