import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RevokeOAuth2TokenWithIAMRequest, RevokeOAuth2TokenWithIAMResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface RevokeOAuth2TokenWithIAMCommandInput extends RevokeOAuth2TokenWithIAMRequest {} export interface RevokeOAuth2TokenWithIAMCommandOutput extends RevokeOAuth2TokenWithIAMResponse, __MetadataBearer {} declare const RevokeOAuth2TokenWithIAMCommand_base: { new ( input: RevokeOAuth2TokenWithIAMCommandInput, ): import("@smithy/core/client").CommandImpl< RevokeOAuth2TokenWithIAMCommandInput, RevokeOAuth2TokenWithIAMCommandOutput, import("..").SigninClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RevokeOAuth2TokenWithIAMCommandInput, ): import("@smithy/core/client").CommandImpl< RevokeOAuth2TokenWithIAMCommandInput, RevokeOAuth2TokenWithIAMCommandOutput, import("..").SigninClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RevokeOAuth2TokenWithIAMCommand extends RevokeOAuth2TokenWithIAMCommand_base { protected static __types: { api: { input: RevokeOAuth2TokenWithIAMRequest; output: {}; }; sdk: { input: RevokeOAuth2TokenWithIAMCommandInput; output: RevokeOAuth2TokenWithIAMCommandOutput; }; }; }