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