import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteThemeAliasRequest, DeleteThemeAliasResponse, } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteThemeAliasCommandInput extends DeleteThemeAliasRequest {} export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse, __MetadataBearer {} declare const DeleteThemeAliasCommand_base: { new ( input: DeleteThemeAliasCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteThemeAliasCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteThemeAliasCommand extends DeleteThemeAliasCommand_base { protected static __types: { api: { input: DeleteThemeAliasRequest; output: DeleteThemeAliasResponse; }; sdk: { input: DeleteThemeAliasCommandInput; output: DeleteThemeAliasCommandOutput; }; }; }