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