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