import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { StopContactStreamingRequest, StopContactStreamingResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface StopContactStreamingCommandInput extends StopContactStreamingRequest {} export interface StopContactStreamingCommandOutput extends StopContactStreamingResponse, __MetadataBearer {} declare const StopContactStreamingCommand_base: { new ( input: StopContactStreamingCommandInput ): import("@smithy/smithy-client").CommandImpl< StopContactStreamingCommandInput, StopContactStreamingCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StopContactStreamingCommandInput ): import("@smithy/smithy-client").CommandImpl< StopContactStreamingCommandInput, StopContactStreamingCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StopContactStreamingCommand extends StopContactStreamingCommand_base { protected static __types: { api: { input: StopContactStreamingRequest; output: {}; }; sdk: { input: StopContactStreamingCommandInput; output: StopContactStreamingCommandOutput; }; }; }