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