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