import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateOAuth2TokenRequest, CreateOAuth2TokenResponse, } from "../models/models_0"; import { SigninClientResolvedConfig } from "../SigninClient"; export { __MetadataBearer }; export { $Command }; export interface CreateOAuth2TokenCommandInput extends CreateOAuth2TokenRequest {} export interface CreateOAuth2TokenCommandOutput extends CreateOAuth2TokenResponse, __MetadataBearer {} declare const CreateOAuth2TokenCommand_base: { new ( input: CreateOAuth2TokenCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateOAuth2TokenCommandInput, CreateOAuth2TokenCommandOutput, SigninClientResolvedConfig, CreateOAuth2TokenCommandInput, CreateOAuth2TokenCommandOutput >; new ( input: CreateOAuth2TokenCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateOAuth2TokenCommandInput, CreateOAuth2TokenCommandOutput, SigninClientResolvedConfig, CreateOAuth2TokenCommandInput, CreateOAuth2TokenCommandOutput >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateOAuth2TokenCommand extends CreateOAuth2TokenCommand_base { protected static __types: { api: { input: CreateOAuth2TokenRequest; output: CreateOAuth2TokenResponse; }; sdk: { input: CreateOAuth2TokenCommandInput; output: CreateOAuth2TokenCommandOutput; }; }; }