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