import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppStreamClient"; import { UpdateThemeForStackRequest, UpdateThemeForStackResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateThemeForStackCommandInput extends UpdateThemeForStackRequest {} export interface UpdateThemeForStackCommandOutput extends UpdateThemeForStackResult, __MetadataBearer {} declare const UpdateThemeForStackCommand_base: { new ( input: UpdateThemeForStackCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateThemeForStackCommandInput, UpdateThemeForStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateThemeForStackCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateThemeForStackCommandInput, UpdateThemeForStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateThemeForStackCommand extends UpdateThemeForStackCommand_base { protected static __types: { api: { input: UpdateThemeForStackRequest; output: UpdateThemeForStackResult; }; sdk: { input: UpdateThemeForStackCommandInput; output: UpdateThemeForStackCommandOutput; }; }; }