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