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