import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyClientPropertiesRequest, ModifyClientPropertiesResult } from "../models/models_0"; export { __MetadataBearer }; export interface ModifyClientPropertiesCommandInput extends ModifyClientPropertiesRequest {} export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropertiesResult, __MetadataBearer {} declare const ModifyClientPropertiesCommand_base: { new ( input: ModifyClientPropertiesCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, import("..").WorkSpacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifyClientPropertiesCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, import("..").WorkSpacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifyClientPropertiesCommand extends ModifyClientPropertiesCommand_base { protected static __types: { api: { input: ModifyClientPropertiesRequest; output: {}; }; sdk: { input: ModifyClientPropertiesCommandInput; output: ModifyClientPropertiesCommandOutput; }; }; }