import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse, } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateDashboardPublishedVersionCommandInput extends UpdateDashboardPublishedVersionRequest {} export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDashboardPublishedVersionResponse, __MetadataBearer {} declare const UpdateDashboardPublishedVersionCommand_base: { new ( input: UpdateDashboardPublishedVersionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateDashboardPublishedVersionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateDashboardPublishedVersionCommand extends UpdateDashboardPublishedVersionCommand_base { protected static __types: { api: { input: UpdateDashboardPublishedVersionRequest; output: UpdateDashboardPublishedVersionResponse; }; sdk: { input: UpdateDashboardPublishedVersionCommandInput; output: UpdateDashboardPublishedVersionCommandOutput; }; }; }