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