import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateOAuthClientApplicationRequest, CreateOAuthClientApplicationResponse, } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface CreateOAuthClientApplicationCommandInput extends CreateOAuthClientApplicationRequest {} export interface CreateOAuthClientApplicationCommandOutput extends CreateOAuthClientApplicationResponse, __MetadataBearer {} declare const CreateOAuthClientApplicationCommand_base: { new ( input: CreateOAuthClientApplicationCommandInput ): import("@smithy/core/client").CommandImpl< CreateOAuthClientApplicationCommandInput, CreateOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateOAuthClientApplicationCommandInput ): import("@smithy/core/client").CommandImpl< CreateOAuthClientApplicationCommandInput, CreateOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateOAuthClientApplicationCommand extends CreateOAuthClientApplicationCommand_base { protected static __types: { api: { input: CreateOAuthClientApplicationRequest; output: CreateOAuthClientApplicationResponse; }; sdk: { input: CreateOAuthClientApplicationCommandInput; output: CreateOAuthClientApplicationCommandOutput; }; }; }