import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ExchangeCodeForTokenRequest, ExchangeCodeForTokenResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ExchangeCodeForTokenCommandInput extends ExchangeCodeForTokenRequest {} export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenResponse, __MetadataBearer {} declare const ExchangeCodeForTokenCommand_base: { new ( input: ExchangeCodeForTokenCommandInput, ): import("@smithy/core/client").CommandImpl< ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ExchangeCodeForTokenCommandInput, ): import("@smithy/core/client").CommandImpl< ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ExchangeCodeForTokenCommand extends ExchangeCodeForTokenCommand_base { protected static __types: { api: { input: ExchangeCodeForTokenRequest; output: ExchangeCodeForTokenResponse; }; sdk: { input: ExchangeCodeForTokenCommandInput; output: ExchangeCodeForTokenCommandOutput; }; }; }