import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyStreamingPropertiesRequest, ModifyStreamingPropertiesResult, } from "../models/models_0"; export { __MetadataBearer }; export interface ModifyStreamingPropertiesCommandInput extends ModifyStreamingPropertiesRequest {} export interface ModifyStreamingPropertiesCommandOutput extends ModifyStreamingPropertiesResult, __MetadataBearer {} declare const ModifyStreamingPropertiesCommand_base: { new ( input: ModifyStreamingPropertiesCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyStreamingPropertiesCommandInput, ModifyStreamingPropertiesCommandOutput, import("..").WorkSpacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifyStreamingPropertiesCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyStreamingPropertiesCommandInput, ModifyStreamingPropertiesCommandOutput, import("..").WorkSpacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifyStreamingPropertiesCommand extends ModifyStreamingPropertiesCommand_base { protected static __types: { api: { input: ModifyStreamingPropertiesRequest; output: {}; }; sdk: { input: ModifyStreamingPropertiesCommandInput; output: ModifyStreamingPropertiesCommandOutput; }; }; }