import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IntrospectOAuth2TokenWithIAMRequest, IntrospectOAuth2TokenWithIAMResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface IntrospectOAuth2TokenWithIAMCommandInput extends IntrospectOAuth2TokenWithIAMRequest {} export interface IntrospectOAuth2TokenWithIAMCommandOutput extends IntrospectOAuth2TokenWithIAMResponse, __MetadataBearer {} declare const IntrospectOAuth2TokenWithIAMCommand_base: { new ( input: IntrospectOAuth2TokenWithIAMCommandInput, ): import("@smithy/core/client").CommandImpl< IntrospectOAuth2TokenWithIAMCommandInput, IntrospectOAuth2TokenWithIAMCommandOutput, import("..").SigninClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: IntrospectOAuth2TokenWithIAMCommandInput, ): import("@smithy/core/client").CommandImpl< IntrospectOAuth2TokenWithIAMCommandInput, IntrospectOAuth2TokenWithIAMCommandOutput, import("..").SigninClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class IntrospectOAuth2TokenWithIAMCommand extends IntrospectOAuth2TokenWithIAMCommand_base { protected static __types: { api: { input: IntrospectOAuth2TokenWithIAMRequest; output: IntrospectOAuth2TokenWithIAMResponse; }; sdk: { input: IntrospectOAuth2TokenWithIAMCommandInput; output: IntrospectOAuth2TokenWithIAMCommandOutput; }; }; }