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