import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IVSRealTimeClient"; import { StartParticipantReplicationRequest, StartParticipantReplicationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartParticipantReplicationCommandInput extends StartParticipantReplicationRequest {} export interface StartParticipantReplicationCommandOutput extends StartParticipantReplicationResponse, __MetadataBearer {} declare const StartParticipantReplicationCommand_base: { new ( input: StartParticipantReplicationCommandInput ): import("@smithy/smithy-client").CommandImpl< StartParticipantReplicationCommandInput, StartParticipantReplicationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartParticipantReplicationCommandInput ): import("@smithy/smithy-client").CommandImpl< StartParticipantReplicationCommandInput, StartParticipantReplicationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartParticipantReplicationCommand extends StartParticipantReplicationCommand_base { protected static __types: { api: { input: StartParticipantReplicationRequest; output: StartParticipantReplicationResponse; }; sdk: { input: StartParticipantReplicationCommandInput; output: StartParticipantReplicationCommandOutput; }; }; }