import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifySamlPropertiesRequest, ModifySamlPropertiesResult } from "../models/models_0"; export { __MetadataBearer }; export interface ModifySamlPropertiesCommandInput extends ModifySamlPropertiesRequest {} export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesResult, __MetadataBearer {} declare const ModifySamlPropertiesCommand_base: { new ( input: ModifySamlPropertiesCommandInput, ): import("@smithy/core/client").CommandImpl< ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput, import("..").WorkSpacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifySamlPropertiesCommandInput, ): import("@smithy/core/client").CommandImpl< ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput, import("..").WorkSpacesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifySamlPropertiesCommand extends ModifySamlPropertiesCommand_base { protected static __types: { api: { input: ModifySamlPropertiesRequest; output: {}; }; sdk: { input: ModifySamlPropertiesCommandInput; output: ModifySamlPropertiesCommandOutput; }; }; }